Skip to content

Commit 04f9feb

Browse files
Revert "Temporarily disable fail-fast to debug Actions failures"
This reverts commit 7c008fa.
1 parent f6e2645 commit 04f9feb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-actions.yml

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

0 commit comments

Comments
 (0)