Skip to content

Commit 0cd8bea

Browse files
authored
Merge pull request #127 from hussainweb/ci-package
ci: do not run auto commit in pull requests
2 parents 2d3ff05 + 6a204c7 commit 0cd8bea

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)