Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 630e353

Browse files
committedSep 28, 2020
Use an anchor for the try build
1 parent 9da1582 commit 630e353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/ci/github-actions/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ jobs:
366366
- name: dist-x86_64-illumos
367367
<<: *job-linux-xl
368368

369-
- name: dist-x86_64-linux
369+
- &dist-x86_64-linux
370+
name: dist-x86_64-linux
370371
<<: *job-linux-xl
371372

372373
- name: dist-x86_64-linux-alt
@@ -631,8 +632,7 @@ jobs:
631632
strategy:
632633
matrix:
633634
include:
634-
- name: dist-x86_64-linux
635-
<<: *job-linux-xl
635+
- *dist-x86_64-linux
636636

637637
master:
638638
name: master

0 commit comments

Comments
 (0)
Please sign in to comment.