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