mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-03 23:01:48 +00:00
32 lines
928 B
YAML
32 lines
928 B
YAML
name: Podman logout
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- '.github/workflows/podman_logout.yml'
|
|
- '.github/workflows/reusable-module-test.yml'
|
|
- 'ci/*.yml'
|
|
- 'ci/run_containers_tests.sh'
|
|
- 'ci/playbooks/containers/podman_logout.yml'
|
|
- 'plugins/modules/podman_logout.py'
|
|
- 'tests/integration/targets/podman_logout/**'
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
paths:
|
|
- '.github/workflows/podman_logout.yml'
|
|
- '.github/workflows/reusable-module-test.yml'
|
|
- 'ci/*.yml'
|
|
- 'ci/run_containers_tests.sh'
|
|
- 'ci/playbooks/containers/podman_logout.yml'
|
|
- 'plugins/modules/podman_logout.py'
|
|
- 'tests/integration/targets/podman_logout/**'
|
|
schedule:
|
|
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
|
|
|
jobs:
|
|
test_podman_logout:
|
|
uses: ./.github/workflows/reusable-module-test.yml
|
|
with:
|
|
module_name: 'podman_logout'
|
|
display_name: 'Podman logout'
|