Skip to content

Commit

Permalink
Add manual option run for scheduled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Oct 17, 2023
1 parent 65e36e3 commit d19b432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Scheduled Checks
on:
schedule:
- cron: '30 1 1 * *'
workflow_dispatch: # manual execution

jobs:
build:

Expand Down

0 comments on commit d19b432

Please sign in to comment.