mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-14 19:10:11 +00:00
ci(release-please): only run in main repo (#3873)
This commit is contained in:
parent
118aa96274
commit
37811a1581
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
release_please:
|
release_please:
|
||||||
name: Release Please
|
name: Release Please
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'starship/starship'
|
||||||
outputs:
|
outputs:
|
||||||
release_created: ${{ steps.release.outputs.release_created }}
|
release_created: ${{ steps.release.outputs.release_created }}
|
||||||
tag_name: ${{ steps.release.outputs.tag_name }}
|
tag_name: ${{ steps.release.outputs.tag_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user