diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c1b4637..724af038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ on: jobs: CI: runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 090a27ce..3fe0a817 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,6 +19,7 @@ on: jobs: docker: runs-on: ubuntu-latest + timeout-minutes: 120 permissions: packages: write strategy: @@ -98,6 +99,7 @@ jobs: docker-manifest: if: ${{ github.event_name != 'pull_request' }} runs-on: ubuntu-latest + timeout-minutes: 30 needs: - docker permissions: diff --git a/.github/workflows/exceptions.yml b/.github/workflows/exceptions.yml index 7e80a57c..bc7e7715 100644 --- a/.github/workflows/exceptions.yml +++ b/.github/workflows/exceptions.yml @@ -11,6 +11,7 @@ on: jobs: validate-exceptions: runs-on: ubuntu-latest + timeout-minutes: 30 if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) steps: - uses: actions/checkout@v4