Skip to content

Commit

Permalink
add workflow dispatch for head tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Aug 30, 2023
1 parent c69097e commit 458b82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions: write-all
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
test-ch-head:
Expand Down

0 comments on commit 458b82d

Please sign in to comment.