mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Use different mirror, b/c main is broken Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
30 lines
897 B
YAML
30 lines
897 B
YAML
name: Podman system info
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- ".github/workflows/podman_system_info.yml"
|
|
- ci/playbooks/*.yml
|
|
- "ci/run_containers_tests.sh"
|
|
- "ci/playbooks/containers/podman_system_info.yml"
|
|
- "plugins/modules/podman_system_info.py"
|
|
- "tests/integration/targets/podman_system_info/**"
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
paths:
|
|
- ".github/workflows/podman_system_info.yml"
|
|
- ci/playbooks/*.yml
|
|
- "ci/run_containers_tests.sh"
|
|
- "ci/playbooks/containers/podman_system_info.yml"
|
|
- "plugins/modules/podman_system_info.py"
|
|
- "tests/integration/targets/podman_system_info/**"
|
|
schedule:
|
|
- cron: 7 0 * * * # Run daily at 0:07 UTC
|
|
|
|
jobs:
|
|
test_podman_system_info:
|
|
uses: ./.github/workflows/reusable-module-test.yml
|
|
with:
|
|
module_name: "podman_system_info"
|
|
display_name: "Podman system info"
|