From b6733a3cca4ab014eb7f1c1979a7e142c0b2a043 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Thu, 1 Feb 2024 11:53:41 +0100 Subject: [PATCH] Try to differentiate between workflows, they are all called teh same --- .github/workflows/local-testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/local-testing.yaml b/.github/workflows/local-testing.yaml index f351993d..2413f0f2 100644 --- a/.github/workflows/local-testing.yaml +++ b/.github/workflows/local-testing.yaml @@ -6,11 +6,11 @@ on: types: [opened, edited, ready_for_review, synchronize] jobs: - check_pr: + dev_check_pr: name: "Checks dev version" runs-on: ubuntu-latest steps: - - name: Check PR + - name: Dev check PR uses: JJ/github-pr-contains-action@master with: github-token: ${{github.token}}