Skip to content

Commit da609bd

Browse files
authored
Remove no-longer-necessary weekly.yaml workflow (#1197)
Now that the OSV workflow has been removed and the Scorecard workflow updated to our most recent version (which defines its own cron schedule), the `weekly.yaml` workflow is no longer necessary. Removing it also means that the `workflow_call` trigger in the scorecard workflow can be removed, to simplify the workflow.
1 parent d46565d commit da609bd

File tree

2 files changed

+0
-70
lines changed

2 files changed

+0
-70
lines changed

.github/workflows/scorecard-scanner.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ on:
3838
type: boolean
3939
default: true
4040

41-
# Allow calling from nightly.yaml.
42-
workflow_call:
43-
inputs:
44-
reason:
45-
description: 'Append text to workflow run name:'
46-
type: string
47-
debug:
48-
description: 'Run with debugging options'
49-
type: boolean
50-
default: false
51-
5241
concurrency:
5342
# Cancel any previously-started but still active runs on the same branch.
5443
cancel-in-progress: true

.github/workflows/weekly.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)