Skip to content

Commit

Permalink
Update ci_ubuntu.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jeongseok (JS) Lee <[email protected]>
  • Loading branch information
jslee02 authored Dec 14, 2023
1 parent f82833d commit c420a02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00
Expand Down

0 comments on commit c420a02

Please sign in to comment.