diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index aaf9cb72a41..1233061560e 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -29,6 +29,8 @@ env: jobs: update-release: + # Mirror repo doesn't have a release branch + if: github.repository == 'awslabs/aws-sdk-kotlin' runs-on: ubuntu-latest steps: - name: Set start timestamp