Skip to content

Commit

Permalink
U
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogimaker committed Nov 25, 2024
1 parent 58109da commit 9ef3e6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
steps:
- name: Pass
run: echo Pass
- name: Actions
- name: Action
run: echo ${{github.event_name}}
- name: Ref
run: echo ${{github.action_ref}}

compile_glecs:
needs: [data]
Expand Down Expand Up @@ -267,7 +265,7 @@ jobs:
ls bin
update_nightly:
if: ${{ (github.event_name == 'push' || github.event_name == 'closed') && github.base_ref == 'dev'}}
if: ${{ github.event_name == 'push' }}
needs: ["data", "compile_glecs", "run_test_suite"]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9ef3e6c

Please sign in to comment.