diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b0c357e44..0f60a1d32 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -8,9 +8,6 @@ on: - opened - reopened - synchronize - paths: - - "plugins/**" - - "tests/integration/**" workflow_dispatch: jobs: @@ -23,13 +20,11 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} integration: - uses: ansible-network/github_actions/.github/workflows/integration.yml@main + uses: ansible-content-actions/.github/workflows/integration.yml@main needs: - safe-to-test with: - lab_title: cisco_ios network_os: cisco.ios.ios - pytest_addopts: "--color=yes -n 2 --log-level WARNING -vvv --role-excludes=snmp_server" collection_pre_install: >- git+https://github.com/ansible-collections/ansible.utils.git git+https://github.com/ansible-collections/ansible.netcommon.git