File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 fetchindex
3232 newest
3333 oldest
34- opt
3534 parsefiles
3635 ranges
3736 static
38-
37+ !opt
38+
3939 # The release PR was merged: tag the squash commit, cut a GitHub release
4040 # from the PR body, and dispatch the publish workflow. The `release/v`
4141 # head-ref guard keeps regular feature-PR merges from triggering this;
@@ -63,10 +63,10 @@ jobs:
6363 fetchindex
6464 newest
6565 oldest
66- opt
6766 parsefiles
6867 ranges
6968 static
69+ !opt
7070
7171 # The chained dispatch from `release` lands here as a `workflow_dispatch`
7272 # event on a `vX.Y.Z` tag ref. The `pack` job installs deps, runs
@@ -92,10 +92,10 @@ jobs:
9292 fetchindex
9393 newest
9494 oldest
95- opt
9695 parsefiles
9796 ranges
9897 static
98+ !opt
9999
100100 # `publish` downloads the prebuilt tarball from the pack job's
101101 # artifact and stages it for publish.
You can’t perform that action at this time.
0 commit comments