From 915fa9aa75e874b622dc89882effcd0bccbb2c7a Mon Sep 17 00:00:00 2001 From: florianuhlig Date: Sun, 5 Oct 2025 02:56:50 +0200 Subject: [PATCH] Testing workflows for Development --- .github/workflows/linters.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index add94ab..feaa2ef 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -1,8 +1,12 @@ name: linters +permissions: + contents: read + workflows: write + on: - workflow_run: - workflows: ["Review"] # EXACT match of the other workflow’s name + workflow_run: # ← event name must be workflow_run + workflows: ["Review"] # ← exact name of your triggering workflow types: [completed] jobs: