We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af02882 commit ac9b097Copy full SHA for ac9b097
.github/workflows/update-release-branch.yml
@@ -29,6 +29,8 @@ env:
29
30
jobs:
31
update-release:
32
+ # Mirror repo doesn't have a release branch
33
+ if: github.repository == 'awslabs/aws-sdk-kotlin'
34
runs-on: ubuntu-latest
35
steps:
36
- name: Set start timestamp
0 commit comments