File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 build :
913 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1818 - " scripts/ci-build.sh"
1919 - " .github/workflows/ci-builder.yaml"
2020
21+ concurrency :
22+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
23+ cancel-in-progress : true
24+
2125jobs :
2226 login :
2327 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 - docs/**
66 - .github/workflows/ci-docs_test.yaml
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10+ cancel-in-progress : true
11+
812jobs :
913 test :
1014 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 pull_request :
55 workflow_dispatch :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 ruff :
913 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments