File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
RUNNER_LABEL : Standard_NC4as_T4_v3 # FIXME Do not find a way to not duplicate it
43
43
N_USERS : 8
44
44
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' }}
46
46
steps :
47
47
- name : Clone
48
48
id : checkout
@@ -143,6 +143,7 @@ jobs:
143
143
144
144
- name : Commit status
145
145
uses : Sibz/github-status-action@v1
146
+ continue-on-error : true # If not authorized on external repo
146
147
with :
147
148
authToken : ${{secrets.GITHUB_TOKEN}}
148
149
sha : ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments