We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029b855 commit 5e775bcCopy full SHA for 5e775bc
1 file changed
.github/workflows/test-phpunit.yml
@@ -138,7 +138,7 @@ jobs:
138
DB: ${{ matrix.db-platforms }}
139
TERM: xterm-256color
140
141
- - if: matrix.php-versions == '7.4'
+ - if: github.repository_owner == 'codeigniter4' && matrix.php-versions == '7.4'
142
name: Run Coveralls
143
run: |
144
composer global require php-coveralls/php-coveralls:^2.4
@@ -149,6 +149,7 @@ jobs:
149
COVERALLS_FLAG_NAME: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}
150
151
coveralls-finish:
152
+ if: github.repository_owner == 'codeigniter4'
153
needs: [tests]
154
runs-on: ubuntu-20.04
155
steps:
0 commit comments