diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7a4b24..0768265 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,6 +105,8 @@ jobs: integration-tests: name: Integration Tests runs-on: ubuntu-latest + needs: detect-changes + if: needs.detect-changes.outputs.python == 'true' strategy: matrix: @@ -165,6 +167,8 @@ jobs: installer-test: name: Installer Test (Fresh System) runs-on: ubuntu-latest + needs: detect-changes + if: needs.detect-changes.outputs.installer == 'true' strategy: fail-fast: false