We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddac13 commit 818ab31Copy full SHA for 818ab31
1 file changed
.github/workflows/pre-commit-autoupdate.yml
@@ -1,14 +1,11 @@
1
name: Autoupdate pre-commit
2
3
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:
+ workflow_dispatch:
7
# To guarantee Maintained check is occasionally updated. See
8
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
9
schedule:
10
- cron: '28 2 * * 6' # Saturday at 02:28 UTC
11
- workflow_dispatch:
12
13
permissions: read-all
14
0 commit comments