We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0691c06 commit cd70e2fCopy full SHA for cd70e2f
.github/workflows/ci.yml
@@ -59,6 +59,10 @@ jobs:
59
- name: x86_64-gnu-llvm-15
60
os: ubuntu-20.04-16core-64gb
61
env: {}
62
+ - name: dist-x86_64-linux
63
+ env:
64
+ PR_CI_JOB: 0
65
+ os: ubuntu-20.04-16core-64gb
66
- name: x86_64-gnu-tools
67
68
src/ci/github-actions/ci.yml
@@ -333,6 +333,12 @@ jobs:
333
334
<<: *job-linux-16c
335
336
+ - &dist-x86_64-linux
337
+ name: dist-x86_64-linux
338
339
340
+ <<: *job-linux-16c
341
+
342
343
344
0 commit comments