File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 23
23
unit-tests :
24
24
needs : access-check
25
25
runs-on : ubuntu-latest-8
26
- environment : testing
27
26
steps :
28
27
- uses : actions/checkout@v4
29
28
with :
48
47
# TODO: re-enable when this check is a develop required check
49
48
if : false
50
49
runs-on : ubuntu-latest-32
51
- environment : testing
52
50
strategy :
53
51
matrix :
54
52
sync_graph : [ true, false ]
90
88
needs : access-check
91
89
if : contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
92
90
runs-on : ubuntu-latest-32
93
- environment : testing
94
91
steps :
95
92
- uses : actions/checkout@v4
96
93
with :
@@ -161,7 +158,6 @@ jobs:
161
158
integration-tests :
162
159
needs : access-check
163
160
runs-on : ubuntu-latest-16
164
- environment : testing
165
161
steps :
166
162
- uses : actions/checkout@v4
167
163
with :
You can’t perform that action at this time.
0 commit comments