File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ jobs:
46
46
47
47
- name : TMP
48
48
id : tmp
49
+ env :
50
+ PR_NUMBER : ${{ github.event.number }}
51
+ PR : ${{ github.event.pull_request }}
52
+ REF : ${{ github.event.push.ref }}
53
+ TEST : ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
49
54
run : |
50
- echo IF: ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
51
- echo github.event.inputs.gpu-series=${{ github.event.inputs.gpu-series }}
52
- echo github.event.pull_request=${{ github.event.pull_request }}
53
- echo github.event.push.ref=${{ github.event.push.ref }}
54
- echo github.event.schedule=${{ github.event.schedule }}
55
+ echo IF:
56
+ echo github.event.pull_request=$PR
57
+ echo github.event.push.ref=$REF
58
+ echo test=$TEST
55
59
56
60
- name : Install python env
57
61
id : pipenv
You can’t perform that action at this time.
0 commit comments