Skip to content

Commit

Permalink
Attempt to gracefully fail when there is no new wasm to commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Mar 5, 2023
1 parent 3bab68f commit 194b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "ActionBot"
git commit -m "Beep boop. Wasm encabulator updated." -a
git commit -m "Beep boop. Wasm encabulator updated." -a || exit 0
- name: Give often, give wasm.
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 194b8a9

Please sign in to comment.