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.
1 parent 2d3ff05 commit 6a204c7Copy full SHA for 6a204c7
.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