Test depends Github Labeler #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test depends Github Labeler | |
on: | |
workflow_run: | |
workflows: | |
- Github Labeler | |
types: | |
- completed | |
# on: | |
# workflow_call: | |
# workflows: | |
# - Github Labeler | |
# types: | |
# - completed | |
jobs: | |
test-job: | |
name: Test Step | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Trigger' | |
run: echo 'The triggering workflow passed' |