Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/compile_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- update-dependencies
pull_request:
branches:
- main
Expand Down