Skip to content

Commit 2bad7a8

Browse files
Whitespace for another CI run
1 parent 7f938ca commit 2bad7a8

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
name: CI
22

3-
# Aggregator workflow that fans out to every PR-gating workflow as a single,
4-
# always-running check. Configure branch protection to require only the "CI"
5-
# status; downstream workflows will run automatically. This avoids the
6-
# previous footgun where path-filtered workflows skipped entire PRs (so all
7-
# checks showed "passing" without ever executing — see #147).
8-
#
9-
# Each child workflow is conditionally invoked based on the paths a PR
10-
# touched, mirroring the path filters that used to live in each child.
11-
# Children that get skipped via `if:` count as "skipped" in the CI rollup
12-
# (not "failed"), so the parent "CI" status reaches SUCCESS and branch
13-
# protection is satisfied. Push-to-main and manual dispatch always run
14-
# everything regardless of changed paths.
15-
163
on:
174
workflow_dispatch:
185
pull_request:
@@ -23,7 +10,7 @@ on:
2310

2411
concurrency:
2512
group: ci-${{ github.ref }}
26-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
13+
# cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2714

2815
permissions:
2916
contents: read

0 commit comments

Comments
 (0)