Compare commits

...

3 Commits

Author SHA1 Message Date
Đỗ Trọng Hải
ebbbd6681c Merge branch 'master' into ci/only-run-e2e-cypress-on-merged-commit 2026-06-11 22:08:06 +07:00
hainenber
483c180298 feat: do not run expensive E2E on draft PR
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-06-04 22:31:16 +07:00
hainenber
2959ab855c feat(ci): only run expensive E2E tests on merged commits or manual dispatch
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-06-03 23:24:14 +07:00

View File

@@ -52,6 +52,7 @@ jobs:
if: needs.changes.outputs.python == 'true' || needs.changes.outputs.frontend == 'true'
# Somehow one test flakes on 24.04 for unknown reasons, this is the only GHA left on 22.04
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
timeout-minutes: 30
permissions:
contents: read