diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57a2e6bc1..2f93b816d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ permissions: jobs: lint: + timeout-minutes: 5 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -20,6 +21,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn lint build: + timeout-minutes: 10 needs: lint services: postgres: