mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: missed event_type now converted to action
This commit is contained in:
2
.github/workflows/docker-env.yaml
vendored
2
.github/workflows/docker-env.yaml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
||||
push-docker-image:
|
||||
if: ${{ github.event_name == 'repository_dispatch' && github.event.event_type == 'publish-env-docker'}}
|
||||
if: ${{ github.event_name == 'repository_dispatch' && github.event.action == 'publish-env-docker'}}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user