Skip to content

Commit

Permalink
ci: Don't run release-please in forks (#391)
Browse files Browse the repository at this point in the history
I don't want release-please to create any pull requests in my fork. I
guess most other contributors have no use for those pull requests,
either.
  • Loading branch information
vogelsgesang committed May 2, 2024
1 parent 0d293b8 commit 1d3ac18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
if: ${{ github.repository == 'bazelbuild/vscode-bazel' }}
steps:
- uses: google-github-actions/release-please-action@v4
id: release
Expand Down

0 comments on commit 1d3ac18

Please sign in to comment.