Skip to content

Commit

Permalink
docs: move when block to under workflow defn (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvintaywl authored Dec 13, 2022
1 parent d8e1aed commit db79717
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- run: npm test

workflows:
# This workflow is set to be conditionally triggered, only when
# the GitHub Action is triggered.
# With no other workflows, normal push events will be ignored currently.
when: << pipeline.parameters.GHA_Action >>
test:
# This workflow is set to be conditionally triggered, only when
# the GitHub Action is triggered.
# With no other workflows, normal push events will be ignored currently.
when: << pipeline.parameters.GHA_Action >>
jobs:
- test
- test

0 comments on commit db79717

Please sign in to comment.