We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d3ff05 + 6a204c7 commit 0cd8beaCopy full SHA for 0cd8bea
.github/workflows/nodejs.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: npm run all
28
29
- uses: stefanzweifel/git-auto-commit-action@v5
30
+ if: github.event_name != 'pull_request'
31
with:
32
commit_message: Add prepared script
33
commit_options: '--no-verify --signoff'
0 commit comments