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_play.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
911 B
YAML

name: Podman play
on:
push:
paths:
- ".github/workflows/podman_play.yml"
- ci/playbooks/*.yml
- "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:
- main
pull_request:
paths:
- ".github/workflows/podman_play.yml"
- ci/playbooks/*.yml
- "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: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_play:
uses: ./.github/workflows/reusable-module-test.yml
with:
module_name: "podman_play"
display_name: "Podman play"