Skip to content

Commit

Permalink
chore: 🤖 specify timeout for ga
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihirop committed Dec 23, 2023
1 parent 4430c52 commit cfd4239
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
rust: [stable, beta, nightly]

runs-on: ${{ matrix.os }}
timeout-minutes: 15

steps:
- name: Setup Rust
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Install Rust
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
rust: [stable]

runs-on: ${{ matrix.os }}
timeout-minutes: 15
if: contains(github.event.head_commit.message, '[skip ci]') == false

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
rust: [stable]

runs-on: ${{ matrix.os }}
timeout-minutes: 15

steps:
- name: Setup Rust
Expand Down

0 comments on commit cfd4239

Please sign in to comment.