From a208c66935360ed900049d61ceeb167d60895893 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Wed, 10 Jan 2024 10:05:48 -0600 Subject: [PATCH] Use fast-fail only on PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d03481..32801c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: test: runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: ${{ github.event_name == 'pull_request' }} matrix: version: - "1.0"