Skip to content

Commit

Permalink
ci: 🔴 temporarily enable summoner_smoke on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed May 9, 2024
1 parent d7863a4 commit a022083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/summoner_smoke.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a022083

Please sign in to comment.