Skip to content

Commit 6a8e669

Browse files
committed
Run the workflow once a week
1 parent 93045bc commit 6a8e669

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/sca-integration-sbom-tool.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ name: Generate SBOM with SBOM tool and load into ScanCode.io
1010

1111
on:
1212
workflow_dispatch:
13-
pull_request:
14-
push:
15-
branches:
16-
- main
13+
schedule:
14+
# Run once a week (every 7 days) at 00:00 UTC on Sunday
15+
- cron: "0 0 * * 0"
1716

1817
permissions:
1918
contents: read

0 commit comments

Comments
 (0)