We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c857fe commit b576ca5Copy full SHA for b576ca5
.github/workflows/podman_system_info.yml
@@ -8,6 +8,7 @@ on:
8
- 'ci/run_containers_tests.sh'
9
- 'ci/playbooks/containers/podman_system_info.yml'
10
- 'plugins/modules/podman_system_info.py'
11
+ - 'tests/integration/targets/podman_system_info/**'
12
branches:
13
- main
14
pull_request:
@@ -17,6 +18,7 @@ on:
17
18
19
20
21
22
schedule:
23
- cron: 4 0 * * * # Run daily at 0:03 UTC
24
0 commit comments