Skip to content

Commit

Permalink
Schedule nightly CI at 4:45. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 15, 2022
1 parent 120429b commit ddbe883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- main
- stable-*
pull_request:
# Run CI once per day (at 06:00 UTC)
# Run CI once per day (at 04:45 UTC)
schedule:
- cron: '0 6 * * *'
- cron: '45 4 * * *'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extra-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- main
- stable-*
pull_request:
# Run CI once per day (at 06:00 UTC)
# Run CI once per day (at 04:45 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
schedule:
- cron: '0 6 * * *'
- cron: '45 4 * * *'
env:
NAMESPACE: community
COLLECTION_NAME: hrobot
Expand Down

0 comments on commit ddbe883

Please sign in to comment.