Changeset 60080 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 03/25/2025 01:00:57 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r60051 r60080 64 64 contents: read 65 65 timeout-minutes: 10 66 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request'}}66 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 67 67 strategy: 68 68 fail-fast: false … … 114 114 contents: read 115 115 timeout-minutes: 10 116 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request'}}116 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 117 117 strategy: 118 118 fail-fast: false
Note: See TracChangeset
for help on using the changeset viewer.