From 3416a3c22aae5dd61bb37b4c246914a6a363e9a7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 9 May 2023 22:22:02 +0200 Subject: [PATCH] Next expected release is 7.1.0. --- .github/workflows/ansible-test.yml | 4 ++-- galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index ef170347c3..67bdaeedba 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -14,9 +14,9 @@ on: - main - stable-* pull_request: - # Run EOL CI once per day (at 08:00 UTC) + # Run EOL CI once per day (at 10:00 UTC) schedule: - - cron: '0 8 * * *' + - cron: '0 10 * * *' concurrency: # Make sure there is at most one active run per PR, but do not cancel any non-PR runs diff --git a/galaxy.yml b/galaxy.yml index 8d70635445..5a0a5c9dd0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: community name: general -version: 7.0.0 +version: 7.1.0 readme: README.md authors: - Ansible (https://github.com/ansible)