We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1cc5f commit ac1c91cCopy full SHA for ac1c91c
1 file changed
.github/workflows/scorecard-scanner.yaml
@@ -38,6 +38,17 @@ on:
38
type: boolean
39
default: true
40
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
+
52
concurrency:
53
# Cancel any previously-started but still active runs on the same branch.
54
cancel-in-progress: true
0 commit comments