From 3795bec0373eca1a654f8819879408056fbbb12a Mon Sep 17 00:00:00 2001 From: mauwii Date: Fri, 28 Oct 2022 16:48:02 +0200 Subject: [PATCH] remove debug branch, set fail-fast to false to find out if only mac or ubuntu is broken (otherwise if one fails the otherone automatically cancels) --- .github/workflows/test-invoke-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index e2643facfa..7523c6164f 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -4,7 +4,6 @@ on: branches: - 'main' - 'development' - - 'fix-gh-actions-fork' pull_request: branches: - 'main' @@ -13,6 +12,7 @@ on: jobs: os_matrix: strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] include: