Fix for delete artifacts failing? Try 2

This commit is contained in:
Ross Scroggs
2024-02-11 15:20:46 -08:00
parent b023ecf8ce
commit 1c9f65f7ca

View File

@@ -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: