Skip to content

Commit ac1c91c

Browse files
authored
Update scorecard workflow (#1196)
Add back `workflow_call` trigger that must have been removed accidentally in a previous update.
1 parent fc1cc5f commit ac1c91c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/scorecard-scanner.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ 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+
4152
concurrency:
4253
# Cancel any previously-started but still active runs on the same branch.
4354
cancel-in-progress: true

0 commit comments

Comments
 (0)