diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 7de737b17..7078c4ea4 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest needs: - laravel-tests - if: needs.laravel-tests.outputs.diff + if: needs.laravel-tests.outputs.diff && github.repository == 'accessibility-exchange/platform' steps: - uses: actions/checkout@v4 - name: Fetch code coverage artifact