diff options
author | Matt Clay <matt@mystile.com> | 2020-12-03 04:51:47 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-12-03 05:49:10 +0100 |
commit | f7adbec626711e9d1bab1d78c79ce00aecea7c5c (patch) | |
tree | 5b522a7cff0fce9369d43d7fff8ddd7aeb733da0 /.azure-pipelines | |
parent | systemd - account for templated unit files when searching for service (#72702) (diff) | |
download | ansible-f7adbec626711e9d1bab1d78c79ce00aecea7c5c.tar.xz ansible-f7adbec626711e9d1bab1d78c79ce00aecea7c5c.zip |
[devel] Fix CI schedule.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c5653440e8..0ea1de8aa2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -13,7 +13,7 @@ pr: - stable-* schedules: - - cron: 0 0 * * * + - cron: 0 7 * * * displayName: Nightly always: true branches: |