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