diff --git a/.github/workflows/check_pull_request.yml b/.github/workflows/check_pull_request.yml index 0f6ce71..5e28bc1 100644 --- a/.github/workflows/check_pull_request.yml +++ b/.github/workflows/check_pull_request.yml @@ -24,6 +24,7 @@ jobs: run_tests: name: "Run unit tests" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - &checkout_step @@ -43,6 +44,7 @@ jobs: license_validation: name: "Validate that license added to all files" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - *checkout_step @@ -53,6 +55,7 @@ jobs: lint: name: "Lint golang code" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - *checkout_step