Skip to content

Commit 6a204c7

Browse files
authored
ci: do not run auto commit in pull requests
1 parent 2d3ff05 commit 6a204c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: npm run all
2828

2929
- uses: stefanzweifel/git-auto-commit-action@v5
30+
if: github.event_name != 'pull_request'
3031
with:
3132
commit_message: Add prepared script
3233
commit_options: '--no-verify --signoff'

0 commit comments

Comments
 (0)