mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Improve podman volume info tests with new module (#88)
This commit is contained in:
parent
4069b600ea
commit
869c644448
2 changed files with 14 additions and 6 deletions
2
.github/workflows/podman_volume_info.yml
vendored
2
.github/workflows/podman_volume_info.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
- 'ci/*.yml'
|
||||
- 'ci/containers/podman_volume_info.yml'
|
||||
- 'plugins/modules/podman_volume_info.py'
|
||||
- 'plugins/modules/podman_volume.py'
|
||||
- 'tests/integration/targets/podman_volume_info/**'
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -16,6 +17,7 @@ on:
|
|||
- 'ci/*.yml'
|
||||
- 'ci/containers/podman_volume_info.yml'
|
||||
- 'plugins/modules/podman_volume_info.py'
|
||||
- 'plugins/modules/podman_volume.py'
|
||||
- 'tests/integration/targets/podman_volume_info/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue