File tree Expand file tree Collapse file tree 6 files changed +7
-1
lines changed
Expand file tree Collapse file tree 6 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1111 push :
1212 branches :
1313 - main
14+ - v2
1415 # Ignore md files in push to skip workflow when only documentation changes
1516 paths-ignore :
1617 - ' **/*.md'
Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - main
12+ - v2
1213 paths-ignore :
1314 - ' **/*.md'
1415 - ' website/**'
Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - main
12+ - v2
1213 paths :
1314 - ' .github/workflows/**'
1415 - ' crates/**'
Original file line number Diff line number Diff line change 1515 push :
1616 branches :
1717 - main
18+ - v2
1819 paths-ignore :
1920 - ' **/*.md'
2021 - ' website/**'
2324
2425concurrency :
2526 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
26- cancel-in-progress : ${{ github.ref_name != 'main' }}
27+ cancel-in-progress : ${{ github.ref_name != 'main' && github.ref_name != 'v2' }}
2728
2829permissions :
2930 # Allow commenting on issues for `reusable-build.yml`
Original file line number Diff line number Diff line change 1010 push :
1111 branches :
1212 - main
13+ - v2
1314 paths-ignore :
1415 - ' **/*.md'
1516 - ' website/**'
Original file line number Diff line number Diff line change 3333 push :
3434 branches :
3535 - main
36+ - v2
3637 paths-ignore :
3738 - ' **/*.md'
3839 - ' website/**'
You can’t perform that action at this time.
0 commit comments