diff options
| author | Jake Goulding <jake.goulding@gmail.com> | 2020-09-26 09:40:41 -0400 |
|---|---|---|
| committer | Jake Goulding <jake.goulding@gmail.com> | 2020-09-28 07:45:39 -0400 |
| commit | 630e353101cf1fe1f97bc1aed2422a36b262b131 (patch) | |
| tree | e35b79e9216846ff0f0231ad510510d6ee65922b /src/ci/github-actions | |
| parent | 9da1582b8ecf656ccab2f3b41564ba00b7d2d380 (diff) | |
| download | rust-630e353101cf1fe1f97bc1aed2422a36b262b131.tar.gz rust-630e353101cf1fe1f97bc1aed2422a36b262b131.zip | |
Use an anchor for the try build
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index a798ab1c704..101716d1601 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -366,7 +366,8 @@ jobs: - name: dist-x86_64-illumos <<: *job-linux-xl - - name: dist-x86_64-linux + - &dist-x86_64-linux + name: dist-x86_64-linux <<: *job-linux-xl - name: dist-x86_64-linux-alt @@ -631,8 +632,7 @@ jobs: strategy: matrix: include: - - name: dist-x86_64-linux - <<: *job-linux-xl + - *dist-x86_64-linux master: name: master |
