diff --git a/.github/workflows/compile_requirements.yml b/.github/workflows/compile_requirements.yml index ebb16a9..57d0875 100644 --- a/.github/workflows/compile_requirements.yml +++ b/.github/workflows/compile_requirements.yml @@ -9,7 +9,7 @@ on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows # In a public repository, scheduled workflows are automatically disabled when no # repository activity has occurred in 60 days - - cron: "55 13 * * 1-5" # At 06:05 on every day-of-week from Monday through Friday + - cron: "5 6 * * 1-5" # At 06:05 on every day-of-week from Monday through Friday jobs: compile-requirements: diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 12df75f..f2f0eab 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -2,6 +2,7 @@ on: push: branches: - main + - update-dependencies pull_request: branches: - main