Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Sep 26, 2024
1 parent e499a57 commit 7753b42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ jobs:
needs: [data, compile_glecs]
strategy:
fail-fast: false
continue-on-error: true
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -234,7 +233,7 @@ jobs:
ls addons/glecs/bin
update_nightly:
if: ${{ github.event_name == 'push' || github.event_name == 'closed' }}
if: ${{ '!cancelled()' && github.event_name == 'push' || github.event_name == 'closed' }}
needs: ["compile_glecs", "run_test_suite"]
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 7753b42

Please sign in to comment.