Skip to content

Commit b35c18f

Browse files
committed
Ignore e2e-status on draft pr
1 parent 5ebe394 commit b35c18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ jobs:
207207
uses: jwalton/gh-docker-logs@v2
208208

209209
e2e-status:
210+
if: always() && github.event.pull_request.draft == false
210211
name: e2e-status
211212
runs-on: ubuntu-latest
212213
needs: [e2e-tests]
213-
if: always()
214214
steps:
215215
- name: Verify all E2E shards succeeded
216216
run: |

0 commit comments

Comments
 (0)