From a16c9cc5e5a4b3017078b544fce3dcc3cb888188 Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Thu, 9 Jul 2026 12:09:23 -0700 Subject: [PATCH] ci: run balances tests on every PR, not just schedule/manual dispatch This is what would have caught the 2026-07-09 HEZ-on-Asset-Hub silent sync regression at PR time instead of hours into a live-app investigation after merge. Not yet wired as a required status check - want to confirm it runs clean on real PRs first (TronBalancesIntegrationTest has a known TronGrid rate-limit flake that would need addressing before this can safely block merges). --- .github/workflows/balances_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/balances_test.yml b/.github/workflows/balances_test.yml index 6c74a8fa..d965a092 100644 --- a/.github/workflows/balances_test.yml +++ b/.github/workflows/balances_test.yml @@ -1,6 +1,7 @@ name: Run balances tests on: + pull_request: workflow_dispatch: schedule: - cron: '0 */8 * * *'