Skip to content

Commit

Permalink
Revert "Temporarily disable fail-fast to debug Actions failures"
Browse files Browse the repository at this point in the history
This reverts commit 7c008fa.
  • Loading branch information
softwareengineerprogrammer committed Oct 11, 2024
1 parent f6e2645 commit 04f9feb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
#fail-fast: true
fail-fast: false # FIXME TEMP - debugging Actions failures https://github.com/softwareengineerprogrammer/GEOPHIRES-X/actions/runs/11280772426
fail-fast: true
matrix:
include:
- name: 'check'
Expand Down

0 comments on commit 04f9feb

Please sign in to comment.