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>
32 lines
931 B
YAML
32 lines
931 B
YAML
name: Podman login
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- ".github/workflows/podman_login.yml"
|
|
- ".github/workflows/reusable-module-test.yml"
|
|
- ci/playbooks/*.yml
|
|
- "ci/run_containers_tests.sh"
|
|
- "ci/playbooks/containers/podman_login.yml"
|
|
- "plugins/modules/podman_login.py"
|
|
- "tests/integration/targets/podman_login/**"
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
paths:
|
|
- ".github/workflows/podman_login.yml"
|
|
- ".github/workflows/reusable-module-test.yml"
|
|
- ci/playbooks/*.yml
|
|
- "ci/run_containers_tests.sh"
|
|
- "ci/playbooks/containers/podman_login.yml"
|
|
- "plugins/modules/podman_login.py"
|
|
- "tests/integration/targets/podman_login/**"
|
|
schedule:
|
|
- cron: 7 0 * * * # Run daily at 0:07 UTC
|
|
|
|
jobs:
|
|
test_podman_login:
|
|
uses: ./.github/workflows/reusable-module-test.yml
|
|
with:
|
|
module_name: "podman_login"
|
|
display_name: "Podman login"
|