mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: github actions documentation is confusing, use action for event_type
This commit is contained in:
@@ -106,7 +106,7 @@ jobs:
|
||||
path: diff-coverage.txt
|
||||
recreate: true
|
||||
- name: Trigger docker push workflow
|
||||
if: ${{ always() && github.event_name == 'repository_dispatch' && github.event.event_type == 'env-docker-preflight' }}
|
||||
if: ${{ always() && github.event_name == 'repository_dispatch' && github.event.action == 'env-docker-preflight' }}
|
||||
run: |
|
||||
curl \
|
||||
-X POST \
|
||||
|
||||
2
.github/workflows/docker-env.yaml
vendored
2
.github/workflows/docker-env.yaml
vendored
@@ -23,7 +23,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build_preflight_docker:
|
||||
if: ${{ github.event_name != 'repository_dispatch' || github.event.event_type == 'rebuild-env-docker' }}
|
||||
if: ${{ github.event_name != 'repository_dispatch' || github.event.action == 'rebuild-env-docker' }}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user