Skip to content

Commit

Permalink
Allow tests workflow to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmels authored Dec 24, 2024
1 parent 1b517b7 commit 88cd4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
schedule:
- cron: "0 12 * * 1"
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit 88cd4ce

Please sign in to comment.