From 04f9feb00f83c156d7301a79e40d549257e6874d Mon Sep 17 00:00:00 2001 From: softwareengineerprogrammer <4056124+softwareengineerprogrammer@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:37:02 -0700 Subject: [PATCH] Revert "Temporarily disable fail-fast to debug Actions failures" This reverts commit 7c008fa97743b238a557e722ca7f3324c4c6b8cb. --- .github/workflows/github-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 11cff564..5f1d3f51 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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'