Skip to content

Commit dc79523

Browse files
authored
Merge pull request #10869 from haskell/ci-no-skip-issue-10868
remove the *-skip workflows (fix #10868)
2 parents 091f61a + 718a816 commit dc79523

File tree

6 files changed

+0
-201
lines changed

6 files changed

+0
-201
lines changed

Diff for: .github/workflows/bootstrap.skip.yml

-48
This file was deleted.

Diff for: .github/workflows/bootstrap.yml

-20
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,11 @@ concurrency:
55
group: ${{ github.ref }}-${{ github.workflow }}
66
cancel-in-progress: true
77

8-
# Note: This workflow file contains the required job "Bootstrap post job". We are using path filtering
9-
# here to ignore PRs which only change documentation. This can cause a problem, see the workflow file
10-
# "bootstrap.skip.yml" for a description of the problem and the solution provided in that file.
118
on:
129
push:
13-
paths-ignore:
14-
- 'doc/**'
15-
- '**/README.md'
16-
- 'CONTRIBUTING.md'
17-
- "changelog.d/**"
18-
# only top level for these, because various test packages have them too
19-
- "*/ChangeLog.md"
20-
- "*/changelog.md"
21-
- "release-notes/**"
2210
branches:
2311
- master
2412
pull_request:
25-
paths-ignore:
26-
- 'doc/**'
27-
- '**/README.md'
28-
- 'CONTRIBUTING.md'
29-
- "changelog.d/**"
30-
- "*/ChangeLog.md"
31-
- "*/changelog.md"
32-
- "release-notes/**"
3313
release:
3414
types:
3515
- created

Diff for: .github/workflows/check-sdist.skip.yml

-48
This file was deleted.

Diff for: .github/workflows/check-sdist.yml

-17
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,9 @@ concurrency:
77

88
on:
99
push:
10-
paths-ignore:
11-
- "doc/**"
12-
- "**/README.md"
13-
- "CONTRIBUTING.md"
14-
- "changelog.d/**"
15-
# only top level for these, because various test packages have them too
16-
- "*/ChangeLog.md"
17-
- "*/changelog.md"
18-
- "release-notes/**"
1910
branches:
2011
- master
2112
pull_request:
22-
paths-ignore:
23-
- "doc/**"
24-
- "**/README.md"
25-
- "CONTRIBUTING.md"
26-
- "changelog.d/**"
27-
- "*/ChangeLog.md"
28-
- "*/changelog.md"
29-
- "release-notes/**"
3013
release:
3114
types:
3215
- created

Diff for: .github/workflows/validate.skip.yml

-48
This file was deleted.

Diff for: .github/workflows/validate.yml

-20
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,13 @@ concurrency:
55
group: ${{ github.ref }}-${{ github.workflow }}
66
cancel-in-progress: true
77

8-
# Note: This workflow file contains the required job "Validate post job". We are using path filtering
9-
# here to ignore PRs which only change documentation. This can cause a problem, see the workflow file
10-
# "validate.skip.yml" for a description of the problem and the solution provided in that file.
118
on:
129
push:
13-
paths-ignore:
14-
- "doc/**"
15-
- "**/README.md"
16-
- "CONTRIBUTING.md"
17-
- "changelog.d/**"
18-
# only top level for these, because various test packages have them too
19-
- "*/ChangeLog.md"
20-
- "*/changelog.md"
21-
- "release-notes/**"
2210
branches:
2311
- master
2412
# hardcoded LTS branch, change when new LTS released!
2513
- '3.12'
2614
pull_request:
27-
paths-ignore:
28-
- "doc/**"
29-
- "**/README.md"
30-
- "CONTRIBUTING.md"
31-
- "changelog.d/**"
32-
- "*/ChangeLog.md"
33-
- "*/changelog.md"
34-
- "release-notes/**"
3515
release:
3616
types:
3717
- created

0 commit comments

Comments
 (0)