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 b57d68d commit aa38e46Copy full SHA for aa38e46
.github/workflows/release-readiness.yml
@@ -9,6 +9,7 @@ on:
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 SDK
0 commit comments