diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8472762d95563..7bb5e6370cf3c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,6 +13,7 @@ on: description: Additional options to apply to PHPUnit required: false default: '' + pull_request: env: php: 8.3 @@ -27,7 +28,6 @@ jobs: # Do not run Grunt on submodules for now, until we are ready to fix these submodules # with: # submodules: true -# token: ${{ secrets.GH_PAT }} - name: Configuring node & npm uses: actions/setup-node@v4 @@ -113,7 +113,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - token: ${{ secrets.GH_PAT }} - name: Setting up PHPUnit env: