Skip to content

Commit

Permalink
add lints and build checks for PR too
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Aug 9, 2024
1 parent de0ca62 commit f22dad4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jazzy-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ on:
- "**/package.xml"
- "**/CMakeLists.txt"
- "dave.jazzy.repos"
pull_request:
types: [opened, reopened]
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: "03 3 * * *"
# Run every week to detect flakiness and broken dependencies
- cron: "03 3 * * 1"

env:
ros_distro: jazzy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
tags: ["*"]
branches:
- ros2
pull_request:
types: [opened, reopened]

jobs:
# ament_lint:
Expand Down

0 comments on commit f22dad4

Please sign in to comment.