diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ac15e11fdd7..ea09e27a47e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -17,7 +17,7 @@ permissions: jobs: apple: if: false - if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request' + # if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request' runs-on: ${{ matrix.runner }} strategy: fail-fast: false