File tree Expand file tree Collapse file tree 2 files changed +32
-5
lines changed
Expand file tree Collapse file tree 2 files changed +32
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,20 @@ name: Build
22
33on :
44 push :
5- branches : [ "main" ]
6- paths-ignore : ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
5+ branches :
6+ - main
7+ paths-ignore :
8+ - ' **.md'
9+ - ' src/**/**.md'
10+ - ' Makefiles/**'
711 pull_request :
8- branches : [ "main" ]
9- paths-ignore : ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
12+ branches :
13+ - main
14+ paths-ignore :
15+ - ' **.md'
16+ - ' book/**'
17+ - ' src/**/**.md'
18+ - ' Makefiles/**'
1019
1120env :
1221 CARGO_TERM_COLOR : always
1524 CARGO_INCREMENTAL : 0
1625
1726jobs :
27+ cancel :
28+ name : ' Cancel Previous Runs'
29+ runs-on : ubuntu-latest
30+ timeout-minutes : 3
31+ steps :
32+ 33+ with :
34+ access_token : ${{ github.token }}
35+
1836 build_on_linux :
1937 name : Build Catalyst Core on Linux
2038 runs-on : ubuntu-latest
4563 CARGO_FLAGS : --verbose --locked
4664 steps :
4765 - name : Checkout code on PR
48- # Workaround for the running out of disk space issue. See https://github.com/actions/runner-images/issues/1341
66+ # Workaround for the running out of disk space issue. See https://github.com/actions/runner-images/issues/1341
4967 run : |
5068 mkdir C:\\${{ github.event.repository.name }}
5169 git clone -n -v --progress https://github.com/input-output-hk/${{ github.event.repository.name }}.git C:\\${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 2323 CARGO_INCREMENTAL : 0
2424
2525jobs :
26+ cancel :
27+ name : ' Cancel Previous Runs'
28+ runs-on : ubuntu-latest
29+ timeout-minutes : 3
30+ steps :
31+ 32+ with :
33+ access_token : ${{ github.token }}
34+
2635 vit_servicing_station :
2736 name : Vit Servicing Station Tests
2837 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments