Skip to content

Commit

Permalink
Add workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Oct 16, 2024
1 parent 5015998 commit 6abfe92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
Build:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: osrf/ros:iron-desktop-full-jammy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
Build:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: osrf/ros:rolling-desktop-full-jammy
Expand Down

0 comments on commit 6abfe92

Please sign in to comment.