Skip to content

Commit 6409135

Browse files
committed
REMOVEME: Enable multiple retries
1 parent 01bda2e commit 6409135

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
# see https://github.com/haskell/stm/issues/76
4141
ghc: ["9.6", "9.10"]
4242
cabal: ["3.12"]
43+
n: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
4344
sys:
4445
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
4546
- { os: ubuntu-latest, shell: bash }
@@ -62,17 +63,6 @@ jobs:
6263
MSYS2_PATH_TYPE: inherit
6364
MSYSTEM: MINGW64
6465

65-
concurrency:
66-
group: >
67-
a+${{ github.event_name }}
68-
b+${{ github.workflow_ref }}
69-
c+${{ github.job }}
70-
d+${{ matrix.ghc }}
71-
e+${{ matrix.cabal }}
72-
f+${{ matrix.sys.os }}
73-
g+${{ (startsWith(github.ref, 'refs/heads/gh-readonly-queue/') && github.run_id) || github.event.pull_request.number || github.ref }}
74-
cancel-in-progress: true
75-
7666
steps:
7767
- name: Concurrency group
7868
run: >
@@ -180,7 +170,7 @@ jobs:
180170
if: ${{ failure() }}
181171
uses: actions/upload-artifact@v4
182172
with:
183-
name: failed-test-workspaces-${{ matrix.sys.os }}-ghc${{ matrix.ghc }}-cabal${{ matrix.cabal }}.tgz
173+
name: failed-test-workspaces-${{ matrix.sys.os }}-ghc${{ matrix.ghc }}-cabal${{ matrix.cabal }}-${{ matrix.n }}.tgz
184174
path: ${{ runner.temp }}/workspaces.tgz
185175

186176
- name: "Tar artifacts"

0 commit comments

Comments
 (0)