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 5ebe394 commit b35c18fCopy full SHA for b35c18f
.github/workflows/e2e.yml
@@ -207,10 +207,10 @@ jobs:
207
uses: jwalton/gh-docker-logs@v2
208
209
e2e-status:
210
+ if: always() && github.event.pull_request.draft == false
211
name: e2e-status
212
runs-on: ubuntu-latest
213
needs: [e2e-tests]
- if: always()
214
steps:
215
- name: Verify all E2E shards succeeded
216
run: |
0 commit comments