Skip to content

Commit 1beb445

Browse files
committed
Add workflow_dispatch trigger to GitHub Actions tests workflow
- Introduced a workflow_dispatch trigger in the tests.yaml file to allow manual triggering of the test workflow in addition to the scheduled runs. This enhancement provides greater flexibility for testing on demand.
1 parent cf85daa commit 1beb445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [main]
88
schedule:
99
- cron: "20 9 * * *"
10+
workflow_dispatch:
1011

1112
jobs:
1213
run_tests:

0 commit comments

Comments
 (0)