We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4942a35 commit c59bc9aCopy full SHA for c59bc9a
src/ci/github-actions/jobs.yml
@@ -79,7 +79,7 @@ pr:
79
<<: *job-linux-16c
80
81
# Jobs that run when you perform a try build (@bors try)
82
-# These jobs automatically inherit envs.production, to avoid repeating
+# These jobs automatically inherit envs.try, to avoid repeating
83
# it in each job definition.
84
try:
85
- image: dist-x86_64-linux
@@ -88,7 +88,7 @@ try:
88
89
90
# Main CI jobs that have to be green to merge a commit into master
91
+# These jobs automatically inherit envs.auto, to avoid repeating
92
93
auto:
94
#############################
0 commit comments