Skip to content

Commit

Permalink
ci: updates next execution for 2024-10-14T12:00:00-07:00
Browse files Browse the repository at this point in the history
  • Loading branch information
ucsd-e4e-role committed Oct 8, 2024
1 parent 41fa5b5 commit 140087e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_project_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Project Branches

on:
schedule:
- cron: '00 07 08 10 *' # Executes at 2024-10-08T00:00:00-07:00
- cron: '00 07 15 10 *' # Executes at 2024-10-15T00:00:00-07:00
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latex_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Weekly Build

on:
schedule:
- cron: '30 18 07 10 *' # Executes at 2024-10-07T11:30:00-07:00
- cron: '30 18 14 10 *' # Executes at 2024-10-14T11:30:00-07:00
workflow_dispatch:
push:

Expand Down

0 comments on commit 140087e

Please sign in to comment.