From 479f87553ce3c2f6edc0bf93fdb9fe1e3c7eeebd Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Fri, 5 Jun 2026 14:37:10 -0400 Subject: [PATCH] ci: run external account integration test daily --- .github/workflows/external-account-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/external-account-integration.yml b/.github/workflows/external-account-integration.yml index 289629df57900..4e50d93cb67c5 100644 --- a/.github/workflows/external-account-integration.yml +++ b/.github/workflows/external-account-integration.yml @@ -10,6 +10,8 @@ on: push: branches: - "ci-gha-*" + schedule: + - cron: '0 4 * * *' permissions: contents: read