diff options
| -rw-r--r-- | .github/workflows/lint-test-build-push.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 17f30b0..020b2a5 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -148,7 +148,7 @@ jobs:        # Note: This step runs even if the test step failed to make        # sure we process the coverage reports.        - name: Setup python -        if: always() && steps.run_tests.outputs.started == 'true' +        if: matrix.os != 'self-hosted' && always() && steps.run_tests.outputs.started == 'true'          id: python          uses: actions/setup-python@v2          with:  |