Skip to content

Commit

Permalink
ci(ros1_bridge_ws): Increase time out minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 25, 2024
1 parent 1bdfa20 commit ac0b13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ros1-bridge-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
docker:
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
timeout-minutes: 1440
steps:
-
name: Maximize build space
Expand Down
5 changes: 3 additions & 2 deletions tests/lint_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
logging.debug(f"Checking: '{filename[len(repo_dir)+1:]}'...")
content = Path(filename).read_text()
if "master" in content:
# Ref: https://github.com/j3soon/ros2-essentials/pull/44#pullrequestreview-2251404984
raise ValueError(f"`master` should not exist since it's obsolete: '{filename}'")
if content.count("@master") != content.count("master"):
# Ref: https://github.com/j3soon/ros2-essentials/pull/44#pullrequestreview-2251404984
raise ValueError(f"`master` should not exist since it's obsolete: '{filename}'")

0 comments on commit ac0b13c

Please sign in to comment.