From 16e46ed5eb7ddcf70ce6b95f60af6a26e4cb4671 Mon Sep 17 00:00:00 2001 From: Arthur Lui Date: Tue, 21 May 2024 14:47:20 -0600 Subject: [PATCH] try --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 893cda1..bc9d502 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,6 +42,7 @@ jobs: # (i.e. skipped due to a PR merge; in that case tests should already have # passed). if: | + always() && github.ref == 'refs/heads/master' && (needs.RunTests.result == 'success' || needs.RunTests.result == 'skipped')