We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812bf9b commit 8b71356Copy full SHA for 8b71356
1 file changed
.github/workflows/release-please.yml
@@ -13,6 +13,7 @@ name: release-please
13
jobs:
14
release-please:
15
runs-on: ubuntu-latest
16
+ if: ${{ github.repository }} == 'stac-utils/stac-api-validator'
17
steps:
18
- uses: actions/create-github-app-token@v2
19
id: generate-token
0 commit comments