Skip to content

Commit 03d8795

Browse files
authored
Update unused stubtest whitelist action trigger (#4315)
Now runs weekly instead of daily, but also add the ability to trigger manually.
1 parent f9d469a commit 03d8795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stubtest-unused-whitelist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Find unused stubtest whitelist entries
22

33
on:
4+
workflow_dispatch:
45
schedule:
5-
- cron: '0 4 * * *'
6+
- cron: '0 4 * * SAT'
67

78
jobs:
89
stubtest:

0 commit comments

Comments
 (0)