Skip to content

Commit

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

0 comments on commit 7c008fa

Please sign in to comment.