Skip to content

Commit aebbf39

Browse files
committed
fix: make the action only runs on the redhat-developer/intellij-dependency-analytics repository
1 parent 5a12c5f commit aebbf39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-marketplace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
jobs:
2020
publish-marketplace:
2121
runs-on: ubuntu-latest
22+
if: github.repository == 'redhat-developer/intellij-dependency-analytics'
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v4

0 commit comments

Comments
 (0)