From 4e70a4319f0240a050f1b2d3e72cf9414de0beee Mon Sep 17 00:00:00 2001 From: florianuhlig Date: Sun, 5 Oct 2025 02:53:11 +0200 Subject: [PATCH] Testing workflows for Development --- .github/workflows/code-review.yml | 2 +- .github/workflows/linters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 419bfb9..fc33b74 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -1,4 +1,4 @@ -name: Code Review +name: Review on: push: diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 326ac91..e495e8f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -2,7 +2,7 @@ name: linters on: workflow_run: - workflows: ["Code Review"] + workflows: ["Review"] types: [completed] #requested jobs: