Changeset 55715 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r55487 r55715 26 26 group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} 27 27 cancel-in-progress: true 28 29 # Disable permissions for all available scopes by default. 30 # Any needed permissions should be configured at the job level. 31 permissions: {} 28 32 29 33 env: … … 55 59 name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }} 56 60 runs-on: ${{ matrix.os }} 61 permissions: 62 contents: read 57 63 timeout-minutes: 20 58 64 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} … … 234 240 name: Failed workflow tasks 235 241 runs-on: ubuntu-latest 242 permissions: 243 actions: write 236 244 needs: [ test-php, slack-notifications ] 237 245 if: |
Note: See TracChangeset
for help on using the changeset viewer.