Update unused stubtest whitelist action trigger (#4315)

Now runs weekly instead of daily, but also add the ability to trigger
manually.
This commit is contained in:
Sebastian Rittau
2020-07-07 19:12:52 +02:00
committed by GitHub
parent f9d469ac2b
commit 03d8795403

View File

@@ -1,8 +1,9 @@
name: Find unused stubtest whitelist entries
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
- cron: '0 4 * * SAT'
jobs:
stubtest: