Skip to content

Commit e76c356

Browse files
Enhancement: Add workflow_dispatch trigger to scanning workflows for manual testing
1 parent 41efd0f commit e76c356

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/scan-cve.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- main
9+
workflow_dispatch:
10+
911

1012
# Cancel previous jobs
1113
concurrency:

.github/workflows/scan-license.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: License Scanning for Maven
55
on:
66
schedule:
77
- cron: '0 8,18 * * 1-5'
8+
workflow_dispatch:
9+
810
push:
911
paths:
1012
- './pom.xml'

0 commit comments

Comments
 (0)