Changeset 55715 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r55152 r55715 45 45 cancel-in-progress: true 46 46 47 # Disable permissions for all available scopes by default. 48 # Any needed permissions should be configured at the job level. 49 permissions: {} 50 47 51 jobs: 48 52 # Tests the build script for themes that have one. … … 57 61 name: Test ${{ matrix.theme }} build script 58 62 runs-on: ubuntu-latest 63 permissions: 64 contents: read 59 65 timeout-minutes: 10 60 66 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} … … 102 108 name: Create ${{ matrix.theme }} ZIP file 103 109 runs-on: ubuntu-latest 110 permissions: 111 contents: read 104 112 needs: [ test-build-scripts ] 105 113 timeout-minutes: 10 … … 153 161 name: Failed workflow tasks 154 162 runs-on: ubuntu-latest 163 permissions: 164 actions: write 155 165 needs: [ test-build-scripts, bundle-theme, slack-notifications ] 156 166 if: |
Note: See TracChangeset
for help on using the changeset viewer.