Skip to content

Commit 339cd85

Browse files
committed
Auto merge of #154673 - Kobzol:try-job-quick, r=<try>
Use a different name for fast try builds
2 parents 3ebe60c + 8717b4b commit 339cd85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
dist-x86_64-linux: &job-dist-x86_64-linux
9595
name: dist-x86_64-linux
9696
env:
97+
IMAGE: dist-x86_64-linux
9798
CODEGEN_BACKENDS: llvm,cranelift
9899
DOCKER_SCRIPT: dist.sh
99100
<<: *job-linux-36c-codebuild
@@ -150,6 +151,7 @@ pr:
150151
# it in each job definition.
151152
try:
152153
- <<: *job-dist-x86_64-linux
154+
name: dist-x86_64-linux-quick
153155

154156
# Jobs that only run when explicitly invoked in one of the following ways:
155157
# - comment `@bors try jobs=<job-name>`

0 commit comments

Comments
 (0)