Skip to content

Commit

Permalink
Merge pull request #123 from Carter12s/add-max-times-to-ci-jobs
Browse files Browse the repository at this point in the history
Add timeouts on a per-job basis to each workflow config
  • Loading branch information
ssnover authored Sep 28, 2023
2 parents b39e32e + 999e272 commit 80cdf4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/galactic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run:
shell: bash
container: carter12s/roslibrust-ci-galactic:latest
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run:
shell: bash
container: carter12s/roslibrust-ci-humble:latest
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run:
shell: bash
container: carter12s/roslibrust-ci-noetic:latest
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/noetic_gencpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run:
shell: bash
container: carter12s/roslibrust-ci-noetic-cpp:latest
timeout-minutes: 5
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 80cdf4d

Please sign in to comment.