File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4242 RUNNER_LABEL : Standard_NC4as_T4_v3 # FIXME Do not find a way to not duplicate it
4343 N_USERS : 8
4444 DURATION : 10m
45- if : ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
45+ if : ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.head_ref == 'master' || github.ref_name == 'master' || github. event.push.ref == 'refs/heads/master' }}
4646 steps :
4747 - name : Clone
4848 id : checkout
@@ -143,6 +143,7 @@ jobs:
143143
144144 - name : Commit status
145145 uses : Sibz/github-status-action@v1
146+ continue-on-error : true # If not authorized on external repo
146147 with :
147148 authToken : ${{secrets.GITHUB_TOKEN}}
148149 sha : ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments