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 55492f2 commit c37d8b4Copy full SHA for c37d8b4
.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/') && github.repository_owner == 'kporras07' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'pantheon-systems' }}
94
steps:
95
- name: Download terminus.phar as artifact
96
uses: actions/download-artifact@v2
0 commit comments