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 754fb63 + c88ad84 commit 8c018d4Copy full SHA for 8c018d4
.github/workflows/nodejs.yml
@@ -192,7 +192,7 @@ jobs:
192
release:
193
name: Release
194
concurrency: release
195
- if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
+ if: ${{ github.repository_owner == 'tediousjs' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
196
runs-on: ubuntu-latest
197
needs:
198
- commitlint
0 commit comments