mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
fix: testing if all is a valid entry for workflows
This commit is contained in:
3
.github/workflows/approve_workflow_run.yml
vendored
3
.github/workflows/approve_workflow_run.yml
vendored
@@ -4,6 +4,9 @@ name: "Approve Workflow Run"
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: all
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
approve:
|
||||
|
||||
Reference in New Issue
Block a user