mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Next expected release is 7.1.0.
This commit is contained in:
parent
d4aeb322bb
commit
3416a3c22a
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ansible-test.yml
vendored
4
.github/workflows/ansible-test.yml
vendored
|
@ -14,9 +14,9 @@ on:
|
||||||
- main
|
- main
|
||||||
- stable-*
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
# Run EOL CI once per day (at 08:00 UTC)
|
# Run EOL CI once per day (at 10:00 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8 * * *'
|
- cron: '0 10 * * *'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Make sure there is at most one active run per PR, but do not cancel any non-PR runs
|
# Make sure there is at most one active run per PR, but do not cancel any non-PR runs
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace: community
|
namespace: community
|
||||||
name: general
|
name: general
|
||||||
version: 7.0.0
|
version: 7.1.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (https://github.com/ansible)
|
- Ansible (https://github.com/ansible)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue