Skip to content

Commit

Permalink
chore(ci): timeout all ci after 5 minutes. fixes #148
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and christophertubbs committed Aug 1, 2024
1 parent a52c153 commit 0ac7a0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ngen-cal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:

timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngen-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:

timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngen-init-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:

timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0ac7a0c

Please sign in to comment.