Skip to content

Commit 5a2c329

Browse files
committed
ci: adjust full integration runs triggers
1 parent 9f05f80 commit 5a2c329

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
name: Collection integration
22

33
on:
4-
push:
5-
tags: "v*"
64
pull_request:
5+
types: [labeled]
6+
push:
7+
paths:
8+
- "plugins/**"
9+
- "tests/integration/**"
710
schedule:
811
- cron: 30 6 * * 2
912

1013
jobs:
1114
integration-test:
1215
name: Integration v${{ matrix.container-version }} Ansible-${{ matrix.ansible-branch }} group${{ matrix.group }} Py${{ matrix.python-version }}
16+
if: ${{ github.event.label.name == 'automation' || github.ref_name == 'master' || github.event_name == 'schedule' }}
1317
defaults:
1418
run:
1519
working-directory: ansible_collections/ngine_io/cloudstack

0 commit comments

Comments
 (0)