From 1c9f65f7ca01a0412f8782ce6ad3f8205b39a92a Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sun, 11 Feb 2024 15:20:46 -0800 Subject: [PATCH] Fix for delete artifacts failing? Try 2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57033ef3..122afedb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -858,7 +858,7 @@ jobs: src/*.msi merge: - if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal != 'test' + if: (github.event_name == 'push' || github.event_name == 'schedule') runs-on: ubuntu-latest needs: build permissions: