Skip to content

Commit

Permalink
ci: set timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Jun 29, 2024
1 parent 30688a8 commit 888d7f6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_check-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permissions: {}

jobs:
check-actions:
timeout-minutes: 30
name: Check GitHub Actions
runs-on: ubuntu-latest
permissions: {}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permissions: {}

jobs:
basic:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/enable-renovate-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:

jobs:
enable-auto-merge:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
path-filter:
timeout-minutes: 30
outputs:
actions: ${{steps.changes.outputs.actions}}
runs-on: ubuntu-latest
Expand All @@ -34,6 +35,7 @@ jobs:
uses: ./.github/workflows/_test.yml
permissions: {}
status-check:
timeout-minutes: 30
runs-on: ubuntu-latest
needs:
- check-actions
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:

jobs:
path-filter:
timeout-minutes: 30
outputs:
actions: ${{steps.changes.outputs.actions}}
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
release-please:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions: read-all

jobs:
analysis:
timeout-minutes: 30
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 888d7f6

Please sign in to comment.