From 2a9a2b4f53ee82b5195f3420021b079aea3e8e83 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 4 Dec 2024 15:44:35 -0700 Subject: [PATCH] try this if form --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 342fb425f..f8d8aa608 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: # This statement avoids failures in another instance (another compiler) to cancel this run # it also prevents canceling the run using the cancel button on the github website # another form (if: success() || failure()) should allow the cancel button to work but tests with that form didnt act as expected - if: always() + if: ${{ ! cancelled() }} env: CC: mpicc FC: mpifort