File tree Expand file tree Collapse file tree 6 files changed +56
-11
lines changed
Expand file tree Collapse file tree 6 files changed +56
-11
lines changed Original file line number Diff line number Diff line change 99 pull_request :
1010 branches :
1111 - ' main'
12+ types :
13+ - opened
14+ - reopened
15+ - synchronize
16+ - ready_for_review
1217
1318# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1419permissions :
Original file line number Diff line number Diff line change 11name : IntegrationTest
2+
23on :
34 push :
4- tags :
5- - ' *'
65 branches :
76 - ' main'
87 pull_request :
98 branches :
109 - ' main'
10+ paths :
11+ - ' .github/workflows/Downstream.yml'
12+ - ' src/**'
13+ - ' ext/**'
14+ - ' test/**'
15+ - ' Project.toml'
16+ types :
17+ - opened
18+ - reopened
19+ - synchronize
20+ - ready_for_review
21+
1122concurrency :
1223 # Skip intermediate builds: always.
1324 # Cancel intermediate builds: only if it is a pull request build.
Original file line number Diff line number Diff line change 11name : format-check
22
33on :
4- push :
5- branches :
6- - ' main'
7- tags : ' *'
84 pull_request :
5+ types :
6+ - opened
7+ - reopened
8+ - synchronize
9+ - ready_for_review
910
1011jobs :
1112 build :
Original file line number Diff line number Diff line change 11name : Spell Check
22
3- on : [pull_request]
3+ on :
4+ pull_request :
5+ types :
6+ - opened
7+ - reopened
8+ - synchronize
9+ - ready_for_review
410
511jobs :
612 typos-check :
Original file line number Diff line number Diff line change 11name : Tests
2+
23on :
34 push :
4- tags :
5- - ' *'
65 branches :
76 - ' main'
87 pull_request :
98 branches :
109 - ' main'
10+ paths :
11+ - ' .github/workflows/Tests.yml'
12+ - ' src/**'
13+ - ' ext/**'
14+ - ' test/**'
15+ - ' Project.toml'
16+ types :
17+ - opened
18+ - reopened
19+ - synchronize
20+ - ready_for_review
21+
1122concurrency :
1223 # Skip intermediate builds: always.
1324 # Cancel intermediate builds: only if it is a pull request build.
Original file line number Diff line number Diff line change 11name : Downgrade
2+
23on :
34 push :
4- tags :
5- - ' *'
65 branches :
76 - ' main'
87 pull_request :
98 branches :
109 - ' main'
10+ paths :
11+ - ' .github/workflows/downgrade.yml'
12+ - ' src/**'
13+ - ' ext/**'
14+ - ' test/**'
15+ - ' Project.toml'
16+ types :
17+ - opened
18+ - reopened
19+ - synchronize
20+ - ready_for_review
21+
1122jobs :
1223 test :
1324 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments