diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index b839224..d9cd33e 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -10,6 +10,7 @@ on: - 'plugins/modules/podman_container.py' - 'plugins/module_utils/podman/podman_container_lib.py' - 'plugins/module_utils/podman/common.py' + - 'plugins/module_utils/podman/quadlet.py' - 'plugins/modules/podman_container_info.py' - 'tests/integration/targets/podman_container/**' branches: @@ -23,6 +24,7 @@ on: - 'plugins/modules/podman_container.py' - 'plugins/module_utils/podman/podman_container_lib.py' - 'plugins/module_utils/podman/common.py' + - 'plugins/module_utils/podman/quadlet.py' - 'plugins/modules/podman_container_info.py' - 'tests/integration/targets/podman_container/**' schedule: diff --git a/.github/workflows/podman_image.yml b/.github/workflows/podman_image.yml index 6ff63ed..2121f9b 100644 --- a/.github/workflows/podman_image.yml +++ b/.github/workflows/podman_image.yml @@ -9,6 +9,7 @@ on: - 'ci/playbooks/containers/podman_image.yml' - 'plugins/modules/podman_image.py' - 'plugins/modules/podman_image_info.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_image/**' branches: - master @@ -20,6 +21,7 @@ on: - 'ci/playbooks/containers/podman_image.yml' - 'plugins/modules/podman_image.py' - 'plugins/modules/podman_image_info.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_image/**' schedule: - cron: 4 0 * * * # Run daily at 0:03 UTC diff --git a/.github/workflows/podman_network.yml b/.github/workflows/podman_network.yml index e8cf134..d03592a 100644 --- a/.github/workflows/podman_network.yml +++ b/.github/workflows/podman_network.yml @@ -8,6 +8,7 @@ on: - 'ci/run_containers_tests.sh' - 'ci/playbooks/containers/podman_network.yml' - 'plugins/modules/podman_network.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_network/**' branches: - master @@ -18,6 +19,7 @@ on: - 'ci/run_containers_tests.sh' - 'ci/playbooks/containers/podman_network.yml' - 'plugins/modules/podman_network.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_network/**' schedule: - cron: 4 0 * * * # Run daily at 0:03 UTC diff --git a/.github/workflows/podman_play.yml b/.github/workflows/podman_play.yml index aa433f0..c70930b 100644 --- a/.github/workflows/podman_play.yml +++ b/.github/workflows/podman_play.yml @@ -8,6 +8,7 @@ on: - 'ci/run_containers_tests.sh' - 'ci/playbooks/containers/podman_play.yml' - 'plugins/modules/podman_play.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_play/**' branches: - master @@ -18,6 +19,7 @@ on: - 'ci/run_containers_tests.sh' - 'ci/playbooks/containers/podman_play.yml' - 'plugins/modules/podman_play.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_play/**' schedule: - cron: 4 0 * * * # Run daily at 0:03 UTC diff --git a/.github/workflows/podman_pod.yml b/.github/workflows/podman_pod.yml index f67a497..38388ab 100644 --- a/.github/workflows/podman_pod.yml +++ b/.github/workflows/podman_pod.yml @@ -9,6 +9,7 @@ on: - 'ci/playbooks/containers/podman_pod.yml' - 'plugins/module_utils/podman/podman_pod_lib.py' - 'plugins/module_utils/podman/common.py' + - 'plugins/module_utils/podman/quadlet.py' - 'plugins/modules/podman_pod.py' - 'plugins/modules/podman_pod_info.py' - 'tests/integration/targets/podman_pod/**' @@ -22,6 +23,7 @@ on: - 'ci/playbooks/containers/podman_pod.yml' - 'plugins/module_utils/podman/podman_pod_lib.py' - 'plugins/module_utils/podman/common.py' + - 'plugins/module_utils/podman/quadlet.py' - 'plugins/modules/podman_pod.py' - 'plugins/modules/podman_pod_info.py' - 'tests/integration/targets/podman_pod/**' diff --git a/.github/workflows/podman_volume.yml b/.github/workflows/podman_volume.yml index a0f87e5..1b931ba 100644 --- a/.github/workflows/podman_volume.yml +++ b/.github/workflows/podman_volume.yml @@ -8,6 +8,7 @@ on: - 'ci/run_containers_tests.sh' - 'ci/playbooks/containers/podman_volume.yml' - 'plugins/modules/podman_volume.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_volume/**' branches: - master @@ -18,6 +19,7 @@ on: - 'ci/run_containers_tests.sh' - 'ci/playbooks/containers/podman_volume.yml' - 'plugins/modules/podman_volume.py' + - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_volume/**' schedule: - cron: 4 0 * * * # Run daily at 0:03 UTC