.github: Fix use of 'contains'

(cherry picked from commit 3c0dd827d1)
pull/310/head
George Joseph 2 years ago committed by Asterisk Development Team
parent 7f36b9b938
commit 472b3d4cfb

@ -132,7 +132,7 @@ jobs:
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
needs: PROpenUpdateGateTestMatrix
steps:

Loading…
Cancel
Save