Skip to content

Commit 818ab31

Browse files
committed
Apply review comment
1 parent cddac13 commit 818ab31

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Autoupdate pre-commit
22

33
on:
4-
# For Branch-Protection check. Only the default branch is supported. See
5-
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
6-
branch_protection_rule:
4+
workflow_dispatch:
75
# To guarantee Maintained check is occasionally updated. See
86
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
97
schedule:
108
- cron: '28 2 * * 6' # Saturday at 02:28 UTC
11-
workflow_dispatch:
129

1310
permissions: read-all
1411

0 commit comments

Comments
 (0)