From a0220832612fff84db03a440187474a1fa93be95 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Thu, 9 May 2024 16:07:12 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=B4=20temporarily=20enable=20`su?= =?UTF-8?q?mmoner=5Fsmoke`=20on=20pull=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/summoner_smoke.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/summoner_smoke.yml b/.github/workflows/summoner_smoke.yml index 7ff64d76cb..c69060a18c 100644 --- a/.github/workflows/summoner_smoke.yml +++ b/.github/workflows/summoner_smoke.yml @@ -1,9 +1,9 @@ -# Since the summoner smoke test takes ~18m to run, we don't want -# to run it on every PR. Instead, we want to run it on demand, -# and for now on merges into `main`. +# TODO(kate): this is temporarily being enabled on pull requests so that we +# can verify that #4358 fixes problems in the summoner smoke test. name: Summoner smoke Test on: workflow_dispatch: + pull_request: push: branches: - main