Skip to content

Commit

Permalink
Add timeout for docker and nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 5, 2023
1 parent 0db3559 commit 7f76f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
backend: ["OPENMP", "SERIAL"]
distro: ['ubuntu:latest', 'fedora:rawhide']
runs-on: ubuntu-20.04
timeout-minutes: 30
container:
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:
jobs:
Build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout kokkos
uses: actions/checkout@v3
Expand Down

0 comments on commit 7f76f17

Please sign in to comment.