Skip to content

Commit

Permalink
ci: do not run release step on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 31, 2023
1 parent 16dd950 commit 1519f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
release:
name: Release
concurrency: release
if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' && github.repository_owner == 'dhensby' }}
runs-on: ubuntu-latest
needs:
- commitlint
Expand Down

0 comments on commit 1519f3d

Please sign in to comment.