Changeset 52233 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 11/23/2021 05:40:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r52220 r52233 59 59 name: PHP coding standards 60 60 runs-on: ubuntu-latest 61 timeout-minutes: 20 61 62 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 62 63 … … 124 125 name: JavaScript coding standards 125 126 runs-on: ubuntu-latest 127 timeout-minutes: 20 126 128 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 127 129 env:
Note: See TracChangeset
for help on using the changeset viewer.