Testing workflows for Development
This commit is contained in:
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@@ -1,13 +1,11 @@
|
||||
name: linters
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
workflows: write
|
||||
|
||||
on:
|
||||
workflow_run: # ← event name must be workflow_run
|
||||
workflows: ["Review"] # ← exact name of your triggering workflow
|
||||
types: [completed]
|
||||
branches: [Development]
|
||||
|
||||
jobs:
|
||||
on-success:
|
||||
|
||||
Reference in New Issue
Block a user