File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - main
10- paths-ignore :
11- - " docs/**"
10+ paths :
11+ - " *.c"
12+ - " *.h"
13+ - " *.stub.php"
14+ - " *Dockerfile"
15+ - " docker-bake.hcl"
16+ - " *.sh"
17+ - " .github/workflows/docker.yaml"
1218 push :
1319 branches :
1420 - main
Original file line number Diff line number Diff line change 11---
22name : Lint Code Base
3+ concurrency :
4+ cancel-in-progress : true
5+ group : ${{ github.workflow }}-${{ github.ref }}
36on :
47 pull_request :
58 branches :
Original file line number Diff line number Diff line change 11---
22name : Sanitizers
3+ concurrency :
4+ cancel-in-progress : true
5+ group : ${{ github.workflow }}-${{ github.ref }}
36on :
47 pull_request :
58 branches :
Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - main
10- paths-ignore :
11- - " docs/**"
10+ paths :
11+ - " *.c"
12+ - " *.h"
13+ - " *.stub.php"
14+ - " *Dockerfile"
15+ - " docker-bake.hcl"
16+ - " *.sh"
17+ - " .github/workflows/static.yaml"
1218 push :
1319 branches :
1420 - main
Original file line number Diff line number Diff line change 11---
22name : Tests
3+ concurrency :
4+ cancel-in-progress : true
5+ group : ${{ github.workflow }}-${{ github.ref }}
36on :
47 pull_request :
58 branches :
You can’t perform that action at this time.
0 commit comments