Skip to content

Commit cd62940

Browse files
authored
Merge pull request #52 from ciprianbadescu/MODULES-11073/add-workflow-dispatch
(MODULES-11073) enable daily ut workflow dispatch
2 parents 92be166 + 29cd174 commit cd62940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: '[Daily] Unit Tests with nightly Puppet gem'
44
on:
55
schedule:
66
- cron: '0 5 * * 1-5'
7+
workflow_dispatch:
78

89
jobs:
910
daily_unit_tests_with_nightly_puppet_gem:

0 commit comments

Comments
 (0)