Test recent extensions only once a day
parent
317a894a5a
commit
4cba84276e
|
@ -2,7 +2,7 @@ name: Test recent
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */12 * * *"
|
- cron: "0 12 * * *"
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types:
|
types:
|
||||||
- test-recent
|
- test-recent
|
||||||
|
|
Loading…
Reference in New Issue