diff --git a/.github/workflows/build_scoped_rector.yaml b/.github/workflows/build_scoped_rector.yaml index 9dcdab919529..fd974624251e 100644 --- a/.github/workflows/build_scoped_rector.yaml +++ b/.github/workflows/build_scoped_rector.yaml @@ -16,6 +16,8 @@ env: jobs: build_scoped_rector: runs-on: ubuntu-latest + timeout-minutes: 30 + steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build_scoped_rector_php70.yaml b/.github/workflows/build_scoped_rector_php70.yaml index af9eaab81ebf..67236e833669 100644 --- a/.github/workflows/build_scoped_rector_php70.yaml +++ b/.github/workflows/build_scoped_rector_php70.yaml @@ -18,6 +18,8 @@ env: jobs: build_scoped_rector_php70: runs-on: ubuntu-latest + timeout-minutes: 30 + steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 501f725c9a38..ad12a709f363 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -38,6 +38,7 @@ jobs: name: ${{ matrix.actions.name }} runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/code_analysis_no_dev.yaml b/.github/workflows/code_analysis_no_dev.yaml index 6c2e0aac4163..a398def96580 100644 --- a/.github/workflows/code_analysis_no_dev.yaml +++ b/.github/workflows/code_analysis_no_dev.yaml @@ -23,6 +23,7 @@ jobs: name: ${{ matrix.actions.name }} runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/packages_tests.yaml b/.github/workflows/packages_tests.yaml index 5e055bfeed87..bef52cf7ff02 100644 --- a/.github/workflows/packages_tests.yaml +++ b/.github/workflows/packages_tests.yaml @@ -15,6 +15,7 @@ env: jobs: packages_tests: runs-on: ubuntu-latest + timeout-minutes: 30 strategy: fail-fast: false diff --git a/.github/workflows/php_linter.yaml b/.github/workflows/php_linter.yaml index fec64d91122e..51b2fae809d3 100644 --- a/.github/workflows/php_linter.yaml +++ b/.github/workflows/php_linter.yaml @@ -10,6 +10,7 @@ env: jobs: php_linter: runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index 1746f0f793bf..7e0898efade7 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -29,6 +29,8 @@ jobs: - rules runs-on: ubuntu-latest + timeout-minutes: 30 + steps: # workaround for missing secret in fork PRs - see https://github.com/actions/checkout/issues/298 # see https://github.com/rectorphp/rector/commit/d395e1c28b8e6a56711dcc2e10490a82965850e4 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 00dd5878b5b5..da1a2f8f79ac 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,6 +10,8 @@ env: jobs: tests: runs-on: ubuntu-latest + timeout-minutes: 30 + strategy: fail-fast: false matrix: diff --git a/.github/workflows/weekly_pull_requests.yaml b/.github/workflows/weekly_pull_requests.yaml index a6864f348a39..9c16618a78b7 100644 --- a/.github/workflows/weekly_pull_requests.yaml +++ b/.github/workflows/weekly_pull_requests.yaml @@ -27,6 +27,7 @@ jobs: name: ${{ matrix.actions.name }} runs-on: ubuntu-latest + timeout-minutes: 30 steps: -