Skip to content

Commit

Permalink
ci: specify timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Mar 30, 2024
1 parent eb331cb commit a6996d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
denofmt-and-lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: denoland/setup-deno@v1
with:
Expand All @@ -35,6 +36,7 @@ jobs:
doc:
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 15
steps:
- uses: denoland/setup-deno@v1
with:
Expand All @@ -46,6 +48,7 @@ jobs:

publish-dry-run:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: denoland/setup-deno@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
jsr:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit a6996d2

Please sign in to comment.