File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11
11
# Bump this number to invalidate the GH actions cache
12
12
cache-version : 0
13
13
14
+ concurrency :
15
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
17
+
14
18
jobs :
15
19
lint :
16
20
name : Format & Lint
17
- concurrency :
18
- group : ${{ github.workflow }}-${{ github.ref }}-lint
19
- cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
20
21
runs-on : ubuntu-latest
21
22
steps :
22
23
- uses : actions/checkout@v4
40
41
name : Build & Test - Nixpkgs
41
42
needs :
42
43
- lint
43
- concurrency :
44
- group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.module }}-${{ matrix.bzlmod }}-${{ matrix.ghc }}-nixpkgs
45
- cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
46
44
strategy :
47
45
fail-fast : false
48
46
matrix :
@@ -134,9 +132,6 @@ jobs:
134
132
name : Build & Test - bindist
135
133
needs :
136
134
- lint
137
- concurrency :
138
- group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.module }}-${{ matrix.bzlmod }}-${{ matrix.ghc }}-bindist
139
- cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
140
135
strategy :
141
136
fail-fast : false
142
137
matrix :
You can’t perform that action at this time.
0 commit comments