Skip to content

Commit 55492f2

Browse files
committed
Add repository_owner condition to release job.
1 parent ddc106e commit 55492f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
container:
9191
image: quay.io/pantheon-public/php-ci:1.x
9292
needs: [functional]
93-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
93+
if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'kporras07' }}
9494
steps:
9595
- name: Download terminus.phar as artifact
9696
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)