Skip to content

Commit 8c018d4

Browse files
authored
Merge pull request #1528 from dhensby/pulls/no-fork-release
ci: do not run release steps on forks
2 parents 754fb63 + c88ad84 commit 8c018d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
release:
193193
name: Release
194194
concurrency: release
195-
if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
195+
if: ${{ github.repository_owner == 'tediousjs' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
196196
runs-on: ubuntu-latest
197197
needs:
198198
- commitlint

0 commit comments

Comments
 (0)