File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3131 run : vendor/bin/pest --stop-on-failure --log-junit report.xml
3232
3333 - name : Ping continuous integration server with test status
34- if : always()
34+ if : always() && github.event.repository.full_name == 'hydephp/develop'
3535 run : |
3636 bearerToken="${{ secrets.CI_SERVER_TOKEN }}"
3737 commit="${{ github.event.pull_request.head.sha }}"
Original file line number Diff line number Diff line change 2222
2323 # Send the reports to the CI server to calculate type coverage and send back commit status checks
2424 - name : Ping CI server with type coverage results
25+ if : github.event.repository.full_name == 'hydephp/develop'
2526 run : php monorepo/scripts/ping-ci-server-with-type-coverage.php ${{ secrets.CI_SERVER_TOKEN }} ${{ github.event.pull_request.head.sha }} ${{ github.head_ref }} ${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments