From 5ba0b26b7575312e0919eca5f38ab3bf3d0660e5 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:53:14 -0700 Subject: [PATCH] Restore nextstrain.org PRs Heroku is still not building review apps, but these PRs can be useful for other checks such as making sure the Auspice client on nextstrain.org builds properly. --- .github/workflows/make_prs_for_other_repos.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/make_prs_for_other_repos.yaml b/.github/workflows/make_prs_for_other_repos.yaml index 0ca70849c..db3fd2730 100644 --- a/.github/workflows/make_prs_for_other_repos.yaml +++ b/.github/workflows/make_prs_for_other_repos.yaml @@ -1,9 +1,6 @@ name: "Make PRs for Nextstrain projects which depend on Auspice" on: - # pull_request: - push: - branches: - - "not-a-valid-branch" + pull_request: jobs: make-pr-on-nextstrain-dot-org: # runs-on: ubuntu-latest