From: George Joseph Date: Mon, 26 Jun 2023 13:46:03 +0000 (-0600) Subject: .github: Add recheck label test to additional jobs X-Git-Tag: 21.0.0-pre1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10876b2bfc30bc5f96ba12f4baa70cb77ce362e6;p=thirdparty%2Fasterisk.git .github: Add recheck label test to additional jobs --- diff --git a/.github/workflows/PROpenedOrUpdated.yml b/.github/workflows/PROpenedOrUpdated.yml index af8a507b4a..a1b93982f0 100644 --- a/.github/workflows/PROpenedOrUpdated.yml +++ b/.github/workflows/PROpenedOrUpdated.yml @@ -107,6 +107,7 @@ jobs: ${{env.PR_NUMBER}} || : PROpenUpdateGateTestMatrix: + if: ${{ github.event.action != 'labeled' || github.event.label.name == vars.RECHECK_LABEL }} needs: PROpenUpdateUnitTests continue-on-error: false strategy: @@ -131,7 +132,7 @@ jobs: PROpenUpdateGateTests: - if: always() + if: ${{ ( github.event.action != 'labeled' || github.event.label.name == vars.RECHECK_LABEL ) && contains(['success','skipped','failure'], needs.PROpenUpdateGateTestMatrix.result ) }} runs-on: ubuntu-latest needs: PROpenUpdateGateTestMatrix steps: