Skip to content
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

chore(cron): Move to the beginning of the day for me. #3998

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

gounthar
Copy link
Contributor

@gounthar gounthar commented Nov 21, 2024

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@gounthar gounthar requested a review from a team as a code owner November 21, 2024 14:13
@@ -1,7 +1,7 @@
properties([
disableConcurrentBuilds(abortPrevious: true),
buildDiscarder(logRotator(numToKeepStr: '7')),
pipelineTriggers([cron('7 18 * * 5')])
pipelineTriggers([cron('7 8 * * 5')])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could have been 8am UTC, but I like the 8:07am UTC ;)

Copy link
Contributor Author

@gounthar gounthar Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, because 8:00 AM UTC is way too early for me.
7 minutes later will be much more enjoyable for me. 😉

@gounthar gounthar merged commit ef6e006 into master Nov 21, 2024
4 of 5 checks passed
@gounthar gounthar deleted the gounthar-patch-1 branch November 21, 2024 14:28
@MarkEWaite MarkEWaite added the chore Reduces future maintenance label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Reduces future maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants