mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Run jobs with new Podman repos
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
d43a5a4a48
commit
fbd98250f5
40 changed files with 660 additions and 675 deletions
34
.github/workflows/podman_login_info.yml
vendored
34
.github/workflows/podman_login_info.yml
vendored
|
|
@ -3,30 +3,30 @@ name: Podman login info
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/podman_login_info.yml'
|
||||
- '.github/workflows/reusable-module-test.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_login_info.yml'
|
||||
- 'plugins/modules/podman_login_info.py'
|
||||
- 'tests/integration/targets/podman_login_info/**'
|
||||
- ".github/workflows/podman_login_info.yml"
|
||||
- ".github/workflows/reusable-module-test.yml"
|
||||
- ci/playbooks/*.yml
|
||||
- "ci/run_containers_tests.sh"
|
||||
- "ci/playbooks/containers/podman_login_info.yml"
|
||||
- "plugins/modules/podman_login_info.py"
|
||||
- "tests/integration/targets/podman_login_info/**"
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/podman_login_info.yml'
|
||||
- '.github/workflows/reusable-module-test.yml'
|
||||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_login_info.yml'
|
||||
- 'plugins/modules/podman_login_info.py'
|
||||
- 'tests/integration/targets/podman_login_info/**'
|
||||
- ".github/workflows/podman_login_info.yml"
|
||||
- ".github/workflows/reusable-module-test.yml"
|
||||
- ci/playbooks/*.yml
|
||||
- "ci/run_containers_tests.sh"
|
||||
- "ci/playbooks/containers/podman_login_info.yml"
|
||||
- "plugins/modules/podman_login_info.py"
|
||||
- "tests/integration/targets/podman_login_info/**"
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
||||
jobs:
|
||||
test_podman_login_info:
|
||||
uses: ./.github/workflows/reusable-module-test.yml
|
||||
with:
|
||||
module_name: 'podman_login_info'
|
||||
display_name: 'Podman login info'
|
||||
module_name: "podman_login_info"
|
||||
display_name: "Podman login info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue