File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686
8787 c-chain-reexecution-native :
8888 needs : define-matrix
89- # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
89+ if : ${{ fromJSON(needs.define-matrix.outputs.matrix-native).include[0] != null }}
9090 strategy :
9191 fail-fast : false
9292 matrix : ${{ fromJSON(needs.define-matrix.outputs.matrix-native) }}
@@ -221,7 +221,7 @@ jobs:
221221
222222 c-chain-reexecution-self-hosted :
223223 needs : define-matrix
224- # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
224+ if : ${{ fromJSON(needs.define-matrix.outputs.matrix-self-hosted).include[0] != null }}
225225 strategy :
226226 fail-fast : false
227227 matrix : ${{ fromJSON(needs.define-matrix.outputs.matrix-self-hosted) }}
You can’t perform that action at this time.
0 commit comments