Test every day at 00:00 UTC
This commit is contained in:
parent
79a733605c
commit
c5a5a96a02
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Integration
|
name: Integration
|
||||||
on: [push]
|
on:
|
||||||
|
push: {}
|
||||||
|
schedule:
|
||||||
|
cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user