ci: don't run the nightly cron job on the staging-application-services repo - #7168
Merged
Conversation
jcristau
commented
Jan 16, 2026
| target-tasks-method: nightly | ||
| when: | ||
| - {hour: 5, minute: 0} | ||
| by-project: |
Contributor
Author
There was a problem hiding this comment.
Alternatively we could set run-on-projects instead, I think it's equivalent.
Eijebong
approved these changes
Jan 16, 2026
Eijebong
left a comment
There was a problem hiding this comment.
Gecko uses run-on-projects, firefox-ios uses by-project. In the end I can't think of anything in this case that would weigh in favor of either 🤷.
hneiva
approved these changes
Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Running the cron job every day on the staging repo is unnecessary and wasteful, it can be triggered via hook as necessary instead.