We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739d0bf commit e98e871Copy full SHA for e98e871
1 file changed
.github/workflows/releaser-pleaser.yml
@@ -15,6 +15,8 @@ concurrency:
15
16
jobs:
17
releaser-pleaser:
18
+ # Do not run on forks.
19
+ if: github.repository == 'qdrant/qcloud-cli'
20
runs-on: ubuntu-latest
21
permissions:
22
contents: write
0 commit comments