From b4a116c10ebfa39ebeb331d5d84349dd2a25b099 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 30 Sep 2024 19:52:20 +0200 Subject: [PATCH] CI(backport): Fix workflow file --- .github/workflows/backport.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 63e919f45..669fb3531 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -5,9 +5,8 @@ on: types: ["labeled", "closed"] jobs: - backport: - - name: Check labels - id: label_check + label_check: + name: Check labels uses: docker://agilepathway/pull-request-label-checker:latest with: prefix_mode: true @@ -15,7 +14,8 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} allow_failure: true - - name: Backport PR + backport: + name: Backport PR if: github.event.pull_request.merged == true && steps.label_check.outputs.label_check == 'success' runs-on: ubuntu-latest steps: