Skip to content

Commit c37d8b4

Browse files
committed
Set repository owner condition to pantheon-systems.
1 parent 55492f2 commit c37d8b4

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/') && github.repository_owner == 'kporras07' }}
93+
if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'pantheon-systems' }}
9494
steps:
9595
- name: Download terminus.phar as artifact
9696
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)