We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc106e commit 55492f2Copy full SHA for 55492f2
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
container:
91
image: quay.io/pantheon-public/php-ci:1.x
92
needs: [functional]
93
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'kporras07' }}
94
steps:
95
- name: Download terminus.phar as artifact
96
uses: actions/download-artifact@v2
0 commit comments