Skip to content

Commit

Permalink
fix: add timeout to prevent jobs from running indefinitely
Browse files Browse the repository at this point in the history
Signed-off-by: Anmol Sharma <[email protected]>
  • Loading branch information
theanmolsharma committed Apr 17, 2024
1 parent 8d3bf1e commit 8701272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
run-autograding-tests:
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.actor != 'github-classroom[bot]'
steps:
- name: Checkout code
Expand Down

0 comments on commit 8701272

Please sign in to comment.