Skip to content

Commit

Permalink
ci: pre-build binary
Browse files Browse the repository at this point in the history
CI=pre-build
  • Loading branch information
aelesbao committed Nov 9, 2023
1 parent 18b4ac8 commit 020d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npm test
fi
- name: Commit pre-built binary
if: github.event_name == 'push'
if: (github.event_name == 'pull_request' || (github.event_name == 'push' && contains(github.event.head_commit.message, 'CI=pre-build')))
run: |
if [ -n "$(git status --porcelain -- prebuilds)" ]; then
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit 020d6cf

Please sign in to comment.