Changeset 55715 for trunk/.github/workflows/performance.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r55508 r55715 25 25 group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} 26 26 cancel-in-progress: true 27 28 # Disable permissions for all available scopes by default. 29 # Any needed permissions should be configured at the job level. 30 permissions: {} 27 31 28 32 env: … … 67 71 name: Run performance tests 68 72 runs-on: ubuntu-latest 73 permissions: 74 contents: read 69 75 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 70 76 … … 205 211 name: Failed workflow tasks 206 212 runs-on: ubuntu-latest 213 permissions: 214 actions: write 207 215 needs: [ performance, slack-notifications ] 208 216 if: |
Note: See TracChangeset
for help on using the changeset viewer.