File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
name : Build and Cache Flipt Image
39
39
# Skip this job for PRs from forks since they can't push to GHCR
40
40
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
41
- runs-on : depot-ubuntu-24.04
41
+ runs-on : depot-ubuntu-24.04-4
42
42
timeout-minutes : 15
43
43
permissions :
44
44
contents : read
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
test :
113
113
name : Integration Tests
114
- runs-on : depot-ubuntu-24.04
114
+ runs-on : depot-ubuntu-24.04-4
115
115
timeout-minutes : 20
116
116
needs :
117
117
- discover-tests
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
ui :
181
181
name : UI Integration Tests
182
- runs-on : depot-ubuntu-24.04
182
+ runs-on : depot-ubuntu-24.04-4
183
183
timeout-minutes : 20
184
184
needs :
185
185
- build-cache
You can’t perform that action at this time.
0 commit comments