mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-07 11:13:03 +00:00
Merge pull request #20 from geerlingguy/daily-ci-cron
Add daily scheduled CI workflow run at 6 a.m. UTC.
This commit is contained in:
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
@@ -1,7 +1,9 @@
|
||||
name: CI
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user