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 2323 unit-tests :
2424 needs : access-check
2525 runs-on : ubuntu-latest-8
26- environment : testing
2726 steps :
2827 - uses : actions/checkout@v4
2928 with :
4847 # TODO: re-enable when this check is a develop required check
4948 if : false
5049 runs-on : ubuntu-latest-32
51- environment : testing
5250 strategy :
5351 matrix :
5452 sync_graph : [ true, false ]
9088 needs : access-check
9189 if : contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
9290 runs-on : ubuntu-latest-32
93- environment : testing
9491 steps :
9592 - uses : actions/checkout@v4
9693 with :
@@ -161,7 +158,6 @@ jobs:
161158 integration-tests :
162159 needs : access-check
163160 runs-on : ubuntu-latest-16
164- environment : testing
165161 steps :
166162 - uses : actions/checkout@v4
167163 with :
You can’t perform that action at this time.
0 commit comments