Skip to content

Commit 7c008fa

Browse files
Temporarily disable fail-fast to debug Actions failures
1 parent 9047c65 commit 7c008fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
timeout-minutes: 30
1515
strategy:
16-
fail-fast: true
16+
#fail-fast: true
17+
fail-fast: false # FIXME TEMP - debugging Actions failures https://github.com/softwareengineerprogrammer/GEOPHIRES-X/actions/runs/11280772426
1718
matrix:
1819
include:
1920
- name: 'check'

0 commit comments

Comments
 (0)