Make WordPress Core


Ignore:
Timestamp:
11/23/2021 05:40:00 PM (3 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours.

See #53363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r52220 r52233  
    5959    name: PHP coding standards
    6060    runs-on: ubuntu-latest
     61    timeout-minutes: 20
    6162    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    6263
     
    124125    name: JavaScript coding standards
    125126    runs-on: ubuntu-latest
     127    timeout-minutes: 20
    126128    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    127129    env:
Note: See TracChangeset for help on using the changeset viewer.