Skip to content

Commit c59bc9a

Browse files
committed
Fix documentation
1 parent 4942a35 commit c59bc9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pr:
7979
<<: *job-linux-16c
8080

8181
# Jobs that run when you perform a try build (@bors try)
82-
# These jobs automatically inherit envs.production, to avoid repeating
82+
# These jobs automatically inherit envs.try, to avoid repeating
8383
# it in each job definition.
8484
try:
8585
- image: dist-x86_64-linux
@@ -88,7 +88,7 @@ try:
8888
<<: *job-linux-16c
8989

9090
# Main CI jobs that have to be green to merge a commit into master
91-
# These jobs automatically inherit envs.production, to avoid repeating
91+
# These jobs automatically inherit envs.auto, to avoid repeating
9292
# it in each job definition.
9393
auto:
9494
#############################

0 commit comments

Comments
 (0)