Skip to content

Commit

Permalink
ci: add cron to the newest and oldest dependencies test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ authored Dec 24, 2024
1 parent 62ecf54 commit b34f0f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Run tests with newest and oldest dependencies"
on: [workflow_dispatch, workflow_call]
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 4 * * 1" # every monday at 04:00 UTC

jobs:
run-tests-newest:
Expand Down

0 comments on commit b34f0f5

Please sign in to comment.