Compare commits
1 Commits
2101813ea4
...
5e69fb2807
Author | SHA1 | Date | |
---|---|---|---|
5e69fb2807 |
@ -27,10 +27,12 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: Process Completed workflow_job
|
- name: Process Completed workflow_job
|
||||||
|
# yamllint disable rule:indentation
|
||||||
condition: >
|
condition: >
|
||||||
event.meta.headers['X-GitHub-Event'] == 'workflow_job'
|
event.meta.headers['X-GitHub-Event'] == 'workflow_job'
|
||||||
and
|
and
|
||||||
event.payload.action == 'completed'
|
event.payload.action == 'completed'
|
||||||
|
# yamllint enable rule:indentation
|
||||||
actions:
|
actions:
|
||||||
|
|
||||||
- run_playbook:
|
- run_playbook:
|
||||||
|
Reference in New Issue
Block a user