mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 07:01:07 +00:00
.github: Add recheck label test to additional jobs
(cherry picked from commit 458312a24f)
This commit is contained in:
committed by
Asterisk Development Team
parent
f1efd72327
commit
7f36b9b938
3
.github/workflows/PROpenedOrUpdated.yml
vendored
3
.github/workflows/PROpenedOrUpdated.yml
vendored
@@ -107,6 +107,7 @@ jobs:
|
|||||||
${{env.PR_NUMBER}} || :
|
${{env.PR_NUMBER}} || :
|
||||||
|
|
||||||
PROpenUpdateGateTestMatrix:
|
PROpenUpdateGateTestMatrix:
|
||||||
|
if: ${{ github.event.action != 'labeled' || github.event.label.name == vars.RECHECK_LABEL }}
|
||||||
needs: PROpenUpdateUnitTests
|
needs: PROpenUpdateUnitTests
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
@@ -131,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
PROpenUpdateGateTests:
|
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
|
runs-on: ubuntu-latest
|
||||||
needs: PROpenUpdateGateTestMatrix
|
needs: PROpenUpdateGateTestMatrix
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user