File tree 6 files changed +0
-201
lines changed
6 files changed +0
-201
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,31 +5,11 @@ concurrency:
5
5
group : ${{ github.ref }}-${{ github.workflow }}
6
6
cancel-in-progress : true
7
7
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.
11
8
on :
12
9
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/**"
22
10
branches :
23
11
- master
24
12
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/**"
33
13
release :
34
14
types :
35
15
- created
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,26 +7,9 @@ concurrency:
7
7
8
8
on :
9
9
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/**"
19
10
branches :
20
11
- master
21
12
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/**"
30
13
release :
31
14
types :
32
15
- created
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,33 +5,13 @@ concurrency:
5
5
group : ${{ github.ref }}-${{ github.workflow }}
6
6
cancel-in-progress : true
7
7
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.
11
8
on :
12
9
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/**"
22
10
branches :
23
11
- master
24
12
# hardcoded LTS branch, change when new LTS released!
25
13
- ' 3.12'
26
14
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/**"
35
15
release :
36
16
types :
37
17
- created
You can’t perform that action at this time.
0 commit comments