Skip to content

Commit c88ad84

Browse files
committed
ci: do not run release steps on forks
1 parent 754fb63 commit c88ad84

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)