Compare commits

...

2 Commits

Author SHA1 Message Date
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

@@ -30,6 +30,7 @@ jobs:
cypress-matrix:
# 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
permissions:
contents: read
pull-requests: read