Skip to content

Commit 12154fe

Browse files
authored
Schedule run once per month
Assume this captures problems in runners and so on.
1 parent a009fa5 commit 12154fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- .github/workflows/semgrep.yml
1010
schedule:
11-
- cron: ${GITHUB_ACTION_RANDOM:0-59} ${GITHUB_ACTION_RANDOM:0-23} ${GITHUB_ACTION_RANDOM:1-28} * *
11+
- cron: 48 18 18 * *
1212
name: Semgrep
1313
jobs:
1414
semgrep:

0 commit comments

Comments
 (0)