Skip to content

Commit

Permalink
Turn off nightly on-push build
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Dec 31, 2024
1 parent 33aa428 commit 399383e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: nightly

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

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

jobs:
build-minimal-nav2-docker-images:
Expand Down

0 comments on commit 399383e

Please sign in to comment.