Skip to content

fix: run prod GA checks when the suite targets prod - #66

Merged
saqibmanan merged 1 commit into
CIfrom
fix/prod-ga-checks-run-on-prod-target
Sep 11, 2026
Merged

saqibmanan merged 1 commit into
CIfrom
fix/prod-ga-checks-run-on-prod-target

Conversation

@saqibmanan

Copy link
Copy Markdown
Contributor

Closes #64. The reusable workflow only passes HOME_URL_DEV (the target site), never HOME_URL_PROD, so on prod deploys all 4 test_prod_* GA checks skipped — and the 2 dev checks correctly skip there too: zero GA coverage on prod.

When the target host isn't a dev host, PROD_URL now falls back to it. No workflow or secret change.

Validated with HOME_URL_PROD empty (as in CI):

  • target dev: 2 passed, 4 skipped (unchanged)
  • target prod: 4 passed, 2 skipped (was 0 passed, 6 skipped)

The reusable smoke workflow only passes HOME_URL_DEV (the target site),
never HOME_URL_PROD, so on prod deploys all four test_prod_* GA checks
skipped and the two dev checks skipped too: zero GA coverage. When the
target isn't a dev host, the prod checks now run against it.

Closes #64.
@saqibmanan
saqibmanan merged commit 2c73cbf into CI Sep 11, 2026
3 checks passed
@saqibmanan
saqibmanan deleted the fix/prod-ga-checks-run-on-prod-target branch September 11, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant