@@ -14,10 +14,6 @@ name: upstream-cache
1414# whenever it's convenient.
1515
1616" on " :
17- # pull_request is retained per the gha_combined policy ("every workflow
18- # must trigger on pull_request"), but every job below is gated by
19- # `if: false` so PR runs are no-ops. Drop the `if: false` (and re-add
20- # the path scope below) on the specific job you want to iterate on.
2117 pull_request :
2218 paths :
2319 - .github/workflows/upstream-cache.yaml
5349
5450jobs :
5551 rustpython :
56- # Parked. Drop the `if: false` to rebuild + republish (e.g. on a
57- # version bump). Default is no PR run.
58- if : false
5952 runs-on : ${{ matrix.os }}
6053 # Job-level write so gh release upload can push assets; the workflow
6154 # default is contents:read.
@@ -256,9 +249,6 @@ jobs:
256249 # green on its own CI across Linux/macOS/Windows, so we build it directly
257250 # instead of maintaining a sprawling patch against the tarball.
258251 augeas :
259- # Parked. Drop the `if: false` to rebuild + republish (e.g. on a
260- # version bump or a fork-branch update). Default is no PR run.
261- if : false
262252 # All five platforms build from the same jayvdb/augeas `win` branch
263253 # source -- one fork, one set of portability patches, identical
264254 # binaries across Linux/macOS/Windows. The fork's own build.yml is
@@ -562,9 +552,6 @@ jobs:
562552 # `http:` install instead of source-compiling. Same shape as the
563553 # augeas job above.
564554 dart-typegen :
565- # Parked. Drop the `if: false` to rebuild + republish (e.g. on a
566- # version bump). Default is no PR run.
567- if : false
568555 runs-on : windows-latest
569556 permissions :
570557 contents : write
@@ -654,9 +641,6 @@ jobs:
654641 # Runs on ubuntu-latest because 7zz extraction is fully cross-platform
655642 # and ubuntu jobs are cheaper than windows ones.
656643 gnupg-w32 :
657- # Parked. Drop the `if: false` to rebuild + republish (e.g. on a
658- # version bump). Default is no PR run.
659- if : false
660644 runs-on : ubuntu-latest
661645 permissions :
662646 contents : write
0 commit comments