Skip to content

Commit

Permalink
Updating scheduled run
Browse files Browse the repository at this point in the history
Updating scheduled run to avoid original creator from being notified.
  • Loading branch information
mkindahl committed Nov 25, 2022
1 parent 4a30e59 commit ce778fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanitizer-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Sanitizer test
on:
schedule:
# run daily 20:00 on main branch
- cron: '0 20 * * *'
# run daily 21:00 on main branch
- cron: '0 21 * * *'
push:
branches:
- prerelease_test
Expand Down

0 comments on commit ce778fa

Please sign in to comment.