diff --git a/.github/workflows/approved-with-labels.yml b/.github/workflows/approved-with-labels.yml index e2bc232b..5d982b78 100644 --- a/.github/workflows/approved-with-labels.yml +++ b/.github/workflows/approved-with-labels.yml @@ -4,6 +4,7 @@ jobs: labelWhenApproved: name: Label when approved runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: Label when approved uses: pullreminders/label-when-approved-action@09b41ee798957cb258b29e12f7619bf18d229109 #v1.0.7 diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 43acf707..ada5722c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -7,6 +7,7 @@ jobs: Setup: name: Setup for Jobs runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 @@ -26,6 +27,7 @@ jobs: name: Lint JavaScript needs: Setup runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - name: Cache node modules @@ -64,6 +66,7 @@ jobs: name: Lint CSS needs: Setup runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - name: Cache node modules @@ -84,6 +87,7 @@ jobs: name: Validate Build needs: Setup runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 - name: Cache node modules diff --git a/.github/workflows/php-coding-standards.yml b/.github/workflows/php-coding-standards.yml index 2d6d68b9..e801205a 100644 --- a/.github/workflows/php-coding-standards.yml +++ b/.github/workflows/php-coding-standards.yml @@ -24,6 +24,7 @@ jobs: phpcs: name: PHP coding standards runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: Checkout repository uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3 diff --git a/.github/workflows/php-unit-tests.yml b/.github/workflows/php-unit-tests.yml index e8c96648..07c66fe8 100644 --- a/.github/workflows/php-unit-tests.yml +++ b/.github/workflows/php-unit-tests.yml @@ -12,6 +12,7 @@ jobs: phpunit: name: PHP Unit Tests (WP ${{ matrix.wordpress.name }}) runs-on: ubuntu-22.04 + timeout-minutes: 10 strategy: matrix: wordpress: