Skip to content

Commit 28adf66

Browse files
authored
chore: Disable scorecard check (googleapis#11791)
Scorecard check [has been failing](https://github.com/googleapis/google-cloud-java/actions/runs/19339016837/job/55322042174) for a while. Disable it for now until we figure out what to do with it.
1 parent 7a6aa9c commit 28adf66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
branch_protection_rule:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12-
schedule:
13-
- cron: '43 11 * * 5'
14-
push:
15-
branches: [ "main" ]
12+
# schedule:
13+
# - cron: '43 11 * * 5'
14+
# push:
15+
# branches: [ "main" ]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)