diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-04-24 12:15:17 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-04-24 12:15:17 +0200 |
| commit | c59bc9a06ab0de13d96f02616b9476c5426fe54c (patch) | |
| tree | fec81457a9e76c703c8ff7eeadd15335b76cd3e8 /src/ci/github-actions | |
| parent | 4942a35f24b1e97c8ca119a2bada670fbba6e477 (diff) | |
| download | rust-c59bc9a06ab0de13d96f02616b9476c5426fe54c.tar.gz rust-c59bc9a06ab0de13d96f02616b9476c5426fe54c.zip | |
Fix documentation
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index ec58bd0924e..0f5dfaa5785 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -79,7 +79,7 @@ pr: <<: *job-linux-16c # Jobs that run when you perform a try build (@bors try) -# These jobs automatically inherit envs.production, to avoid repeating +# These jobs automatically inherit envs.try, to avoid repeating # it in each job definition. try: - image: dist-x86_64-linux @@ -88,7 +88,7 @@ try: <<: *job-linux-16c # Main CI jobs that have to be green to merge a commit into master -# These jobs automatically inherit envs.production, to avoid repeating +# These jobs automatically inherit envs.auto, to avoid repeating # it in each job definition. auto: ############################# |
