1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00
ansible-podman-collections/.github/workflows/podman_export.yml
Sagi Shnaidman 3221930919 Run jobs with new Podman repos
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2026-01-17 17:39:47 +02:00

32 lines
943 B
YAML

name: Podman export
on:
push:
paths:
- ".github/workflows/podman_export.yml"
- ".github/workflows/reusable-module-test.yml"
- ci/playbooks/*.yml
- "ci/run_containers_tests.sh"
- "ci/playbooks/containers/podman_export.yml"
- "plugins/modules/podman_export.py"
- "tests/integration/targets/podman_export/**"
branches:
- main
pull_request:
paths:
- ".github/workflows/podman_export.yml"
- ".github/workflows/reusable-module-test.yml"
- ci/playbooks/*.yml
- "ci/run_containers_tests.sh"
- "ci/playbooks/containers/podman_export.yml"
- "plugins/modules/podman_export.py"
- "tests/integration/targets/podman_export/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
jobs:
test_podman_export:
uses: ./.github/workflows/reusable-module-test.yml
with:
module_name: "podman_export"
display_name: "Podman export"