mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 20:55:26 +00:00
.github: Fix use of 'contains'
This commit is contained in:
2
.github/workflows/PROpenedOrUpdated.yml
vendored
2
.github/workflows/PROpenedOrUpdated.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
PROpenUpdateGateTests:
|
PROpenUpdateGateTests:
|
||||||
if: ${{ ( github.event.action != 'labeled' || github.event.label.name == vars.RECHECK_LABEL ) && contains(['success','skipped','failure'], needs.PROpenUpdateGateTestMatrix.result ) }}
|
if: ${{ ( github.event.action != 'labeled' || github.event.label.name == vars.RECHECK_LABEL ) && contains(fromJSON('["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