Use a different name for fast try builds

This commit is contained in:
Jakub Beránek
2026-04-01 11:56:45 +02:00
parent 3ebe60c8c3
commit 8717b4b9c8
+2
View File
@@ -94,6 +94,7 @@ jobs:
dist-x86_64-linux: &job-dist-x86_64-linux
name: dist-x86_64-linux
env:
IMAGE: dist-x86_64-linux
CODEGEN_BACKENDS: llvm,cranelift
DOCKER_SCRIPT: dist.sh
<<: *job-linux-36c-codebuild
@@ -150,6 +151,7 @@ pr:
# it in each job definition.
try:
- <<: *job-dist-x86_64-linux
name: dist-x86_64-linux-quick
# Jobs that only run when explicitly invoked in one of the following ways:
# - comment `@bors try jobs=<job-name>`