Changeset 55715 for trunk/.github/workflows/test-npm.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-npm.yml
r55152 r55715 34 34 cancel-in-progress: true 35 35 36 # Disable permissions for all available scopes by default. 37 # Any needed permissions should be configured at the job level. 38 permissions: {} 39 36 40 env: 37 41 PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }} … … 54 58 name: Test npm on ${{ matrix.os }} 55 59 runs-on: ${{ matrix.os }} 60 permissions: 61 contents: read 56 62 timeout-minutes: 20 57 63 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} … … 123 129 name: Test npm on MacOS 124 130 runs-on: macos-latest 131 permissions: 132 contents: read 125 133 timeout-minutes: 30 126 134 if: ${{ github.repository == 'WordPress/wordpress-develop' }} … … 180 188 name: Failed workflow tasks 181 189 runs-on: ubuntu-latest 190 permissions: 191 actions: write 182 192 needs: [ test-npm, test-npm-macos, slack-notifications ] 183 193 if: |
Note: See TracChangeset
for help on using the changeset viewer.