Changeset 55715 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r55507 r55715 13 13 - cron: '0 0 15 * *' 14 14 15 # Disable permissions for all available scopes by default. 16 # Any needed permissions should be configured at the job level. 17 permissions: {} 18 15 19 jobs: 16 20 dispatch-workflows-for-old-branches: 17 21 name: ${{ matrix.workflow }} for ${{ matrix.branch }} 18 22 runs-on: ubuntu-latest 23 permissions: 24 actions: write 19 25 timeout-minutes: 20 20 26 if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Note: See TracChangeset
for help on using the changeset viewer.