Skip to content

Commit ac9b097

Browse files
committed
misc: only run release branch workflow on public repo
1 parent af02882 commit ac9b097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-release-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ env:
2929

3030
jobs:
3131
update-release:
32+
# Mirror repo doesn't have a release branch
33+
if: github.repository == 'awslabs/aws-sdk-kotlin'
3234
runs-on: ubuntu-latest
3335
steps:
3436
- name: Set start timestamp

0 commit comments

Comments
 (0)