Skip to content

Commit 968015b

Browse files
committed
chore: update cron timing for Black Duck scan workflow
On-behalf-of: Gerald Morrison (SAP) <[email protected]> Signed-off-by: Gerald Morrison (SAP) <[email protected]>
1 parent afae026 commit 968015b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-blackduck-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '.github/workflows/**'
1111
branches: [ "main" ]
1212
schedule:
13-
- cron: '10 0 * * 0'
13+
- cron: '20 0 * * 0'
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)