Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
man this is getting annoying
  • Loading branch information
WhyPenguins committed Mar 6, 2025
1 parent f2cfd67 commit fb61d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
GITHUB_TOKEN: ''

- name: compile binaries
if: ${{ never() }} # run this job even if the previous one is skipped
if: ${{ !always() }}
working-directory: ./
run: |
cd emsdk
Expand Down

0 comments on commit fb61d8e

Please sign in to comment.