Skip to content

Commit

Permalink
Make update_nightly run on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Sep 26, 2024
1 parent cd10102 commit 74fd11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 74fd11b

Please sign in to comment.