File tree Expand file tree Collapse file tree 6 files changed +0
-201
lines changed Expand file tree Collapse file tree 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:
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.
118on :
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 
  Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -7,26 +7,9 @@ concurrency:
77
88on :
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 
  Load Diff This file was deleted. 
Original file line number Diff line number Diff 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.
118on :
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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments