Add schedule to workflow
This commit is contained in:
parent
c174836784
commit
0381235e61
1 changed files with 6 additions and 1 deletions
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
|
|
@ -1,5 +1,10 @@
|
|||
name: Go
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue