diff --git a/.github/workflows/release_onboarding_sdk.yml b/.github/workflows/release_onboarding_sdk.yml index 966ff0e23..b0e07f9db 100644 --- a/.github/workflows/release_onboarding_sdk.yml +++ b/.github/workflows/release_onboarding_sdk.yml @@ -20,7 +20,7 @@ jobs: name: Release # The type of runner that the job will run on runs-on: ubuntu-latest - if: github.event.pull_request.merged == true + #if: github.event.pull_request.merged == true steps: - uses: actions/checkout@v3 with: