Skip to content

Commit

Permalink
Update dep workflow names in inference CI
Browse files Browse the repository at this point in the history
Updated dependent workflow names in `inference CI` so the inference
action triggers when either the `flepicommon` or `gempyor` actions
trigger. Broken in d827993.
  • Loading branch information
TimothyWillard committed Jan 14, 2025
1 parent 9be82be commit 4fbd443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inference-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: inference CI
on:
workflow_dispatch:
workflow_run:
workflows: ['flepicommon-ci', 'gempyor-ci']
workflows: ['flepicommon CI', 'gempyor CI']
types:
- completed
push:
Expand Down

0 comments on commit 4fbd443

Please sign in to comment.