Skip to content

Commit

Permalink
ci: adjust full integration runs triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Aug 26, 2024
1 parent 9f05f80 commit 5a2c329
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: Collection integration

on:
push:
tags: "v*"
pull_request:
types: [labeled]
push:
paths:
- "plugins/**"
- "tests/integration/**"
schedule:
- cron: 30 6 * * 2

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

0 comments on commit 5a2c329

Please sign in to comment.