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_network.yml
Sagi Shnaidman cc98f4430c 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 23:11:37 +02:00

34 lines
1 KiB
YAML

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