Skip to content

Commit 4d5dd43

Browse files
committed
Add workflow_dispatch trigger to allow manually running fork cache creation job if desired
1 parent 429c445 commit 4d5dd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-fork-mvn-cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
schedule:
2121
# first day of month at 12:10am
2222
- cron: '10 0 1 * *'
23+
workflow_dispatch:
2324

2425
concurrency:
2526
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"

0 commit comments

Comments
 (0)