Do not run e2e tests when moving from draft to ready and vise versa

This commit is contained in:
Volodymyr Zotov
2025-08-26 16:25:23 -05:00
parent 8c893270f4
commit 24edff22d4

View File

@@ -2,7 +2,7 @@ name: Test E2E
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, converted_to_draft]
types: [opened, synchronize, reopened]
branches: ['**'] # run for PRs targeting any branch (main and others)
concurrency: