1
0
Fork 0
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:
Sergey 2020-07-22 09:11:26 +03:00 committed by GitHub
parent 4069b600ea
commit 869c644448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View file

@ -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