Skip to content

Commit

Permalink
Merge pull request #1629 from hydephp/update-ci-server-integrations
Browse files Browse the repository at this point in the history
Internal: Update continuous integration server integrations to better handle forks
  • Loading branch information
caendesilva authored Mar 22, 2024
2 parents 4338f79 + c78679d commit f116948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: vendor/bin/pest --stop-on-failure --log-junit report.xml

- name: Ping continuous integration server with test status
if: always()
if: always() && github.event.repository.full_name == 'hydephp/develop'
run: |
bearerToken="${{ secrets.CI_SERVER_TOKEN }}"
commit="${{ github.event.pull_request.head.sha }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:

# Send the reports to the CI server to calculate type coverage and send back commit status checks
- name: Ping CI server with type coverage results
if: github.event.repository.full_name == 'hydephp/develop'
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 }}

0 comments on commit f116948

Please sign in to comment.