Skip to content

Commit

Permalink
Prevent the github action to take forever.
Browse files Browse the repository at this point in the history
Only apply this for the two actions that most likely can hang for now.
20mins should be plenty.
  • Loading branch information
meisterT committed Nov 23, 2024
1 parent 7d1445b commit f31b539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
integration:
runs-on: ubuntu-24.04
timeout-minutes: 20
container:
image: domjudge/gitlabci:24.04
options: --privileged --cgroupns=host --init
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runpipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
runpipe:
runs-on: ubuntu-24.04
timeout-minutes: 20
container:
image: domjudge/gitlabci:24.04
options: --privileged --cgroupns=host --init
Expand Down

0 comments on commit f31b539

Please sign in to comment.