ci: don't run 2e2 on draft

This commit is contained in:
Pierre Tachoire
2025-07-05 14:22:21 -07:00
parent 8a80f0b3dd
commit 92badd3722

View File

@@ -45,6 +45,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
# Don't run the CI with draft PR.
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
with: