Skip to content

Commit

Permalink
Set schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Juancams <[email protected]>
  • Loading branch information
Juancams committed Feb 7, 2025
1 parent 43bbce1 commit fb0585a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- humble
pull_request:
branches:
- humble
schedule:
- cron: "0 7 * * 1"

jobs:
ROS2:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/humble_devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- humble-devel
pull_request:
branches:
- humble-devel
schedule:
- cron: "0 7 * * 1"

jobs:
ROS2:
Expand Down

0 comments on commit fb0585a

Please sign in to comment.