Skip to content

Commit 630e353

Browse files
committed
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

+3-3
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)