Skip to content

Commit e98e871

Browse files
authored
fix: disallow releaser-pleaser on forks (#139)
1 parent 739d0bf commit e98e871

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/releaser-pleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ concurrency:
1515

1616
jobs:
1717
releaser-pleaser:
18+
# Do not run on forks.
19+
if: github.repository == 'qdrant/qcloud-cli'
1820
runs-on: ubuntu-latest
1921
permissions:
2022
contents: write

0 commit comments

Comments
 (0)