Skip to content

Commit

Permalink
Attempt to fix invalid workflow trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Sep 10, 2024
1 parent 2c48332 commit cba65f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/flow-citr-prepare-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
name: Prepare Extended Test Suite
on:
workflow_run:
workflows: [ZXF: Deploy Production Release]
workflows:
- 'ZXF: Deploy Production Release'
types:
- completed
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/node-flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-?*"
workflow_run:
workflows: [Node: Build Application]
workflows:
- 'Node: Build Application'
branches:
- develop
- test-push-to-fakedev
Expand Down

0 comments on commit cba65f6

Please sign in to comment.