Skip to content

Commit

Permalink
Merge pull request #98 from booxter/timeout-sanity
Browse files Browse the repository at this point in the history
Add timeout to sanity-check ci job
  • Loading branch information
booxter authored Jun 2, 2024
2 parents 42b8052 + 4cc3c94 commit f7cf863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [pull_request]
jobs:
sanity-check:
runs-on: ubuntu-latest
timeout-minutes: 600
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit f7cf863

Please sign in to comment.