Skip to content

Commit

Permalink
Add timeout to the test and ruff workflows (#348)
Browse files Browse the repository at this point in the history
* Add timeout to the test and ruff workflows

* Update ruff workflow timeout -> 3 mins
  • Loading branch information
kxtran authored Nov 9, 2024
1 parent 0dc731a commit e39bb73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
timeout-minutes: 3

steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ env:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15

env:
LOG10_URL: "https://log10.io"
LOG10_ORG_ID: ${{ secrets.LOG10_ORG_ID }}
Expand Down

0 comments on commit e39bb73

Please sign in to comment.