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

Update monthly GHA timing #930

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/file_periodic_release_issue.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This files an issue for creating a release every month on the 1st
# This files an issue for creating a release every month on the 5th
name: File create a release issue
on:
schedule: # run monthly on the 1st
- cron: 0 0 1 * *
schedule: # run monthly on the 5th (intended to run after all modules are run)
- cron: 0 0 5 * *

jobs:
post_issue:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_all-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

name: Run all analysis workflows
on:
schedule: # run monthly on the 4th (intended to run after docker images are built)
- cron: "0 0 4 * *"
schedule: # run monthly on the 3rd (intended to run after docker images are built)
- cron: "0 0 3 * *"
workflow_dispatch:

jobs:
Expand Down
Loading