1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00
ansible-podman-collections/.github/workflows/podman_import.yml
Sagi Shnaidman f361d7286e CI: set later time for jobs
Use different mirror, b/c main is broken

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2026-02-13 21:15:50 +02:00

32 lines
943 B
YAML

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