We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da1582 commit 630e353Copy full SHA for 630e353
src/ci/github-actions/ci.yml
@@ -366,7 +366,8 @@ jobs:
366
- name: dist-x86_64-illumos
367
<<: *job-linux-xl
368
369
- - name: dist-x86_64-linux
+ - &dist-x86_64-linux
370
+ name: dist-x86_64-linux
371
372
373
- name: dist-x86_64-linux-alt
@@ -631,8 +632,7 @@ jobs:
631
632
strategy:
633
matrix:
634
include:
635
- <<: *job-linux-xl
+ - *dist-x86_64-linux
636
637
master:
638
name: master
0 commit comments