Skip to content

Commit beebc6f

Browse files
committed
check for ready-for-release label
1 parent 27e9bae commit beebc6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-readiness.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: Release readiness (snapshot dependency)
2-
3-
# Makes sure that we aren't relying on SNAPSHOT/dev versions of aws-crt-kotlin before merging
4-
# Otherwise we could forget because the rest of CI is masking it
2+
description: >
3+
Makes sure that we aren't relying on SNAPSHOT/dev versions of aws-crt-kotlin before merging
4+
Otherwise we could forget because the rest of CI is masking it
55
66
on:
77
pull_request:
88
branches: [ main ]
99

1010
jobs:
1111
release-readiness:
12+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ready-for-release') }}
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout sources

0 commit comments

Comments
 (0)