Skip to content

Commit

Permalink
Set nightly schedule, fix steps in unit-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Nov 10, 2024
1 parent 74f2937 commit 60bb934
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Nightly
name: nightly

on: push
on:
schedule:
# 2am SGT
- cron: '0 18 * * *'

jobs:
build-minimal-docker-images:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: tests
# on:
# pull_request:
# schedule:
# - cron: '0 0 * * *'
name: unit-tests

on: push

jobs:
tests:
unit-tests:
runs-on: ubuntu-latest
container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-noble
Expand All @@ -15,7 +12,7 @@ jobs:
ros_distribution:
- jazzy
- rolling
build-and-test:
steps:
- name: build-and-test
uses: ./.github/actions/build-and-test
with:
Expand Down

0 comments on commit 60bb934

Please sign in to comment.