Skip to content

Commit 9edb790

Browse files
authored
Disable the scorecard analysis
1 parent 2c2f078 commit 9edb790

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Scorecards supply-chain security
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
3+
on: workflow_dispatch
4+
# push:
5+
# branches: [ main ]
6+
# pull_request:
7+
# branches: [ main ]
88

99
# Declare default permissions as read only.
1010
permissions: read-all

0 commit comments

Comments
 (0)