Skip to content

Commit

Permalink
Add repository_owner condition to release job.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Jun 15, 2021
1 parent ddc106e commit 55492f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
container:
image: quay.io/pantheon-public/php-ci:1.x
needs: [functional]
if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'kporras07' }}
steps:
- name: Download terminus.phar as artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 55492f2

Please sign in to comment.