Changeset 55715 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r55487 r55715 36 36 cancel-in-progress: true 37 37 38 # Disable permissions for all available scopes by default. 39 # Any needed permissions should be configured at the job level. 40 permissions: {} 41 38 42 jobs: 39 43 … … 55 59 name: Check PHP compatibility 56 60 runs-on: ubuntu-latest 61 permissions: 62 contents: read 57 63 timeout-minutes: 20 58 64 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} … … 122 128 name: Failed workflow tasks 123 129 runs-on: ubuntu-latest 130 permissions: 131 actions: write 124 132 needs: [ php-compatibility, slack-notifications ] 125 133 if: |
Note: See TracChangeset
for help on using the changeset viewer.