Skip to content

Commit

Permalink
Run CI pipeline nightly (#232)
Browse files Browse the repository at this point in the history
Change CI to run every night at 10 PM central
  • Loading branch information
kbreit authored Apr 12, 2021
1 parent 5809e57 commit bf75119
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
- pull_request
pull_request:
schedule:
- cron: '0 22 * * *'

jobs:
sanity:
Expand All @@ -21,4 +23,4 @@ jobs:
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check

- name: Run sanity tests
run: ansible-test sanity --docker -v --color --python 3.6
run: ansible-test sanity --docker -v --color

0 comments on commit bf75119

Please sign in to comment.