9b3c7eaeae
The skip condition used github.ref to detect the beta-release branch, but for PRs github.ref is "refs/pull/N/merge", not the branch name. Added github.head_ref to env variables for PR branch detection Updated condition to check both REF and HEAD_REF This ensures E2E tests run for PRs from feature/beta-release branch