File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3+ # dont start the job if there are changes only to .md files or docs
34on :
45 push :
6+ paths-ignore :
7+ - '**.md'
8+ - 'docs/**'
59 pull_request :
6-
7- concurrency :
8- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
9- cancel-in-progress : true
10+ paths-ignore :
11+ - '**.md'
12+ - 'docs/**'
1013
1114jobs :
1215 build :
1316 runs-on : self-hosted
17+ concurrency :
18+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
19+ cancel-in-progress : true
1420 permissions :
1521 contents : write
1622 statuses : write
17- if : github.event_name == 'push' || github.event_name == 'pull_request'
18- paths :
19- - '**'
20- paths-ignore :
21- - '**.md'
22- - 'docs/**'
2323
2424 steps :
2525 - name : Set PR number and branch names
You can’t perform that action at this time.
0 commit comments