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 9f05f80 commit 5a2c329Copy full SHA for 5a2c329
.github/workflows/integration.yml
@@ -1,15 +1,19 @@
1
name: Collection integration
2
3
on:
4
- push:
5
- tags: "v*"
6
pull_request:
+ types: [labeled]
+ push:
7
+ paths:
8
+ - "plugins/**"
9
+ - "tests/integration/**"
10
schedule:
11
- cron: 30 6 * * 2
12
13
jobs:
14
integration-test:
15
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' }}
17
defaults:
18
run:
19
working-directory: ansible_collections/ngine_io/cloudstack
0 commit comments