Skip to content

Commit

Permalink
Merge pull request #1528 from dhensby/pulls/no-fork-release
Browse files Browse the repository at this point in the history
ci: do not run release steps on forks
  • Loading branch information
dhensby authored Aug 15, 2023
2 parents 754fb63 + c88ad84 commit 8c018d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
release:
name: Release
concurrency: release
if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
if: ${{ github.repository_owner == 'tediousjs' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
needs:
- commitlint
Expand Down

0 comments on commit 8c018d4

Please sign in to comment.