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 dd3320e commit 2ebea44Copy full SHA for 2ebea44
.github/workflows/ci.yml
@@ -200,6 +200,7 @@ jobs:
200
if: |
201
github.event.action != 'closed' &&
202
(github.event.action != 'labeled' || github.event.label.name == 'deploy-pr-doc') &&
203
+ (startsWith(github.head_ref, 'main') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft)
204
uses: ./.github/workflows/examples.yml
205
needs: pick_server_suffix
206
with:
0 commit comments