Skip to content

Commit 5931c5f

Browse files
committed
Bugfix and reduce workflow triggers.
1 parent 70a7259 commit 5931c5f

26 files changed

+96
-2
lines changed

.github/workflows/ans-int-test-activation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/activation.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/activation.py'

.github/workflows/ans-int-test-bakery.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/bakery.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/bakery.py'

.github/workflows/ans-int-test-contact_group.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/contact_group.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/contact_group.py'

.github/workflows/ans-int-test-discovery.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/discovery.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/discovery.py'

.github/workflows/ans-int-test-downtime.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/downtime.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/downtime.py'

.github/workflows/ans-int-test-folder.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/folder.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/folder.py'

.github/workflows/ans-int-test-host.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/host.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/host.py'

.github/workflows/ans-int-test-host_group.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/modules/host_group.py'
2226
push:
2327
paths:
2428
- 'plugins/modules/host_group.py'

.github/workflows/ans-int-test-lkp-bakery.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '0 0 * * 0'
1818
pull_request:
19+
types:
20+
- opened
1921
branches:
2022
- main
2123
- devel
24+
paths:
25+
- 'plugins/lookup/bakery.py'
2226
push:
2327
paths:
2428
- 'plugins/lookup/bakery.py'

.github/workflows/ans-int-test-lkp-folder.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ name: Ansible Integration Tests for Folder Lookup Module
1414
on:
1515
workflow_dispatch:
1616
pull_request:
17+
types:
18+
- opened
1719
branches:
1820
- main
1921
- devel
22+
paths:
23+
- 'plugins/lookup/folder.py'
2024
push:
2125
paths:
2226
- 'plugins/lookup/folder.py'

0 commit comments

Comments
 (0)