Changeset 55715 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r55487 r55715 24 24 # Allow manually triggering the workflow. 25 25 workflow_dispatch: 26 27 # Disable permissions for all available scopes by default. 28 # Any needed permissions should be configured at the job level. 29 permissions: {} 26 30 27 31 env: … … 57 61 name: ${{ matrix.multisite && 'Multisite' || 'Single site' }} report 58 62 runs-on: ubuntu-latest 63 permissions: 64 contents: read 59 65 timeout-minutes: 120 60 66 if: ${{ github.repository == 'WordPress/wordpress-develop' }} … … 183 189 name: Failed workflow tasks 184 190 runs-on: ubuntu-latest 191 permissions: 192 actions: write 185 193 needs: [ test-coverage-report, slack-notifications ] 186 194 if: |
Note: See TracChangeset
for help on using the changeset viewer.