File tree 2 files changed +43
-0
lines changed
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 25
25
# current ref from: 27.02.2022
26
26
SECP256K1_REF : ac83be33d0956faf6b7f61a60ab524ef7d6a473a
27
27
28
+ concurrency :
29
+ group : >
30
+ a+${{ github.event_name }}
31
+ b+${{ github.workflow_ref }}
32
+ c+${{ github.job }}
33
+ d+${{ matrix.ghc }}
34
+ e+${{ matrix.cabal }}
35
+ f+${{ matrix.os }}
36
+ g+${{ (startsWith(github.ref, 'refs/heads/gh-readonly-queue/') && github.run_id) || github.event.pull_request.number || github.ref }}
37
+ cancel-in-progress : true
28
38
29
39
steps :
40
+ - name : Concurrency group
41
+ run : >
42
+ echo
43
+ a+${{ github.event_name }}
44
+ b+${{ github.workflow_ref }}
45
+ c+${{ github.job }}
46
+ d+${{ matrix.ghc }}
47
+ e+${{ matrix.cabal }}
48
+ f+${{ matrix.os }}
49
+ g+${{ (startsWith(github.ref, 'refs/heads/gh-readonly-queue/') && github.run_id) || github.event.pull_request.number || github.ref }}
50
+
30
51
- name : Workaround runner image issue
31
52
# https://github.com/actions/runner-images/issues/7061
32
53
run : sudo chown -R $USER /usr/local/.ghcup
Original file line number Diff line number Diff line change 25
25
# current ref from: 27.02.2022
26
26
SECP256K1_REF : ac83be33d0956faf6b7f61a60ab524ef7d6a473a
27
27
28
+ concurrency :
29
+ group : >
30
+ a+${{ github.event_name }}
31
+ b+${{ github.workflow_ref }}
32
+ c+${{ github.job }}
33
+ d+${{ matrix.ghc }}
34
+ e+${{ matrix.cabal }}
35
+ f+${{ matrix.os }}
36
+ g+${{ (startsWith(github.ref, 'refs/heads/gh-readonly-queue/') && github.run_id) || github.event.pull_request.number || github.ref }}
37
+ cancel-in-progress : true
38
+
28
39
steps :
40
+ - name : Concurrency group
41
+ run : >
42
+ echo
43
+ a+${{ github.event_name }}
44
+ b+${{ github.workflow_ref }}
45
+ c+${{ github.job }}
46
+ d+${{ matrix.ghc }}
47
+ e+${{ matrix.cabal }}
48
+ f+${{ matrix.os }}
49
+ g+${{ (startsWith(github.ref, 'refs/heads/gh-readonly-queue/') && github.run_id) || github.event.pull_request.number || github.ref }}
50
+
29
51
- name : Install Haskell
30
52
uses : input-output-hk/setup-haskell@v1
31
53
id : setup-haskell
You can’t perform that action at this time.
0 commit comments