diff --git a/.github/workflows/create_project_branches.yml b/.github/workflows/create_project_branches.yml index b4b5959..eb82e79 100644 --- a/.github/workflows/create_project_branches.yml +++ b/.github/workflows/create_project_branches.yml @@ -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: diff --git a/.github/workflows/latex_build.yml b/.github/workflows/latex_build.yml index cb00888..74afb31 100644 --- a/.github/workflows/latex_build.yml +++ b/.github/workflows/latex_build.yml @@ -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: