diff options
Diffstat (limited to '.github/workflows/codeowners-v2.yml')
| -rw-r--r-- | .github/workflows/codeowners-v2.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeowners-v2.yml b/.github/workflows/codeowners-v2.yml index 97fcfc63bdd2..bcc85faed352 100644 --- a/.github/workflows/codeowners-v2.yml +++ b/.github/workflows/codeowners-v2.yml @@ -49,6 +49,7 @@ jobs: check: name: Check runs-on: ubuntu-24.04-arm + timeout-minutes: 5 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: @@ -106,6 +107,7 @@ jobs: request: name: Request runs-on: ubuntu-24.04-arm + timeout-minutes: 5 steps: - uses: cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31 |
