-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nightly.yml #6857
fix nightly.yml #6857
Conversation
@Gaurav0 maybe we should make it run on PRs while we get it working? now that it's on master likely it will trigger |
@@ -3,15 +3,9 @@ name: 'Nightly' | |||
on: | |||
schedule: | |||
- cron: '* 14 * * *' # 14:00 in UTC is 6am PST | |||
branches: | |||
- master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's bring this back, we still only want to run this on master we just also wanted to run it during PR while deving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NVM:
You can schedule a workflow to run at specific UTC times using POSIX cron syntax. Scheduled workflows run on the latest commit on the default or base branch. The shortest interval you can run scheduled workflows is once every 5 minutes.
We don't need the branch specifier
I wish I could figure out how to test this.