We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615df1e commit b2189fdCopy full SHA for b2189fd
.github/workflows/make-release-artifacts.yml
@@ -12,7 +12,9 @@ on:
12
13
jobs:
14
run:
15
- if: startsWith( github.head_ref, 'release/')
+ if: |
16
+ startsWith( github.head_ref, 'release/')
17
+ && github.event.pull_request.head.repo.full_name == github.repository
18
uses: rokucommunity/workflows/.github/workflows/make-release-artifacts.yml@develop
19
with:
20
branch: ${{ github.event.pull_request.head.ref }}
0 commit comments