Changeset 55715 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r55152 r55715 39 39 cancel-in-progress: true 40 40 41 # Disable permissions for all available scopes by default. 42 # Any needed permissions should be configured at the job level. 43 permissions: {} 44 41 45 jobs: 42 46 # Runs the QUnit tests for WordPress. … … 52 56 name: QUnit Tests 53 57 runs-on: ubuntu-latest 58 permissions: 59 contents: read 54 60 timeout-minutes: 20 55 61 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} … … 97 103 name: Failed workflow tasks 98 104 runs-on: ubuntu-latest 105 permissions: 106 actions: write 99 107 needs: [ test-js, slack-notifications ] 100 108 if: |
Note: See TracChangeset
for help on using the changeset viewer.