diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 6978e9e..bf6dc2c 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -233,7 +233,7 @@ jobs: ls addons/glecs/bin update_nightly: - if: ${{ github.event_name == 'push' || github.event_name == 'closed' }} + if: ${{ github.event_name == 'push' || github.event_name == 'closed' }} && (success() || failure()) needs: ["compile_glecs", "run_test_suite"] runs-on: windows-latest steps: