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 27e9bae commit beebc6fCopy full SHA for beebc6f
.github/workflows/release-readiness.yml
@@ -1,14 +1,15 @@
1
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
+description: >
+ Makes sure that we aren't relying on SNAPSHOT/dev versions of aws-crt-kotlin before merging
+ Otherwise we could forget because the rest of CI is masking it
5
6
on:
7
pull_request:
8
branches: [ main ]
9
10
jobs:
11
release-readiness:
12
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'ready-for-release') }}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout sources
0 commit comments