Testing workflows for Development

This commit is contained in:
florianuhlig
2025-10-05 03:05:38 +02:00
parent 915fa9aa75
commit a89b724498

View File

@@ -1,13 +1,11 @@
name: linters name: linters
permissions:
contents: read
workflows: write
on: on:
workflow_run: # ← event name must be workflow_run workflow_run: # ← event name must be workflow_run
workflows: ["Review"] # ← exact name of your triggering workflow workflows: ["Review"] # ← exact name of your triggering workflow
types: [completed] types: [completed]
branches: [Development]
jobs: jobs:
on-success: on-success: