diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 8b9df4c28e3..15da28ae607 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -24,6 +24,11 @@ on: - "Tests" types: - completed + push: + branches: + - main + - v8 + - v7 jobs: run-integration-tests-cf-env: @@ -74,4 +79,4 @@ jobs: run-with-client-creds: false os: ubuntu-latest name: cats - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 0301a89b4ee..51b23b8132c 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -84,14 +84,4 @@ jobs: Get-Item Makefile make units - - - integration: - needs: - - units - - units-windows - name: Integration tests - if: ${{ github.event != 'workflow_dispatch' }} - uses: ./.github/workflows/tests-integration.yml - secrets: inherit # vim: set sw=2 ts=2 sts=2 et tw=78 foldlevel=2 fdm=indent nospell: