Skip to content

Commit

Permalink
add reasonable timeout to gpu checks job (allenai#4719)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Oct 9, 2020
1 parent 1ff0658 commit 3a85e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
gpu_checks:
name: GPU Checks
if: github.repository == 'allenai/allennlp' # self-hosted runner only available on main repo
timeout-minutes: 15
runs-on: [self-hosted, GPU]

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
gpu_checks:
name: GPU Checks
runs-on: [self-hosted, GPU]
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3a85e35

Please sign in to comment.