File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
22
- stable
23
23
- beta
24
24
- nightly
25
+ environment : CI
25
26
env :
26
27
IMAGE_NAME : ghcr.io/integer32llc/rust-playground-ci-rust-${{ matrix.channel }}
27
28
steps :
@@ -124,6 +125,7 @@ jobs:
124
125
- clippy
125
126
- miri
126
127
- rustfmt
128
+ environment : CI
127
129
env :
128
130
IMAGE_NAME : ghcr.io/integer32llc/rust-playground-ci-tool-${{ matrix.tool }}
129
131
steps :
@@ -214,6 +216,7 @@ jobs:
214
216
run_integration_tests :
215
217
name : Running integration tests
216
218
runs-on : ubuntu-latest
219
+ environment : CI
217
220
needs :
218
221
- build_compiler_containers
219
222
- build_tool_containers
Original file line number Diff line number Diff line change 2
2
---
3
3
name : Scheduled rebuild
4
4
' on ' :
5
- workflow_dispatch :
5
+ workflow_dispatch :
6
6
schedule :
7
7
- cron : 7 2 * * *
8
8
env :
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ workflows:
221
221
jobs :
222
222
build_compiler_containers :
223
223
<< : *build_compiler_containers_job
224
+ environment : CI
224
225
env :
225
226
<< : *build_compiler_containers_job_env
226
227
@@ -236,6 +237,7 @@ workflows:
236
237
237
238
build_tool_containers :
238
239
<< : *build_tool_containers_job
240
+ environment : CI
239
241
env :
240
242
<< : *build_tool_containers_job_env
241
243
@@ -336,6 +338,7 @@ workflows:
336
338
run_integration_tests :
337
339
name : " Running integration tests"
338
340
runs-on : ubuntu-latest
341
+ environment : CI
339
342
needs :
340
343
- build_compiler_containers
341
344
- build_tool_containers
You can’t perform that action at this time.
0 commit comments