From 67dfc3012795d43ef6d6f76ff1e9f57f4b0763f7 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:19:31 -0700 Subject: [PATCH] Remove workflow_dispatch trigger from preview PR workflows This was erroneously copied from make_prs_for_other_repos.yaml during the switch away from it in "Create preview PRs using labels" (90b7dee46), which replaces the previous usage of workflow_dispatch with the more automated pull_request trigger. --- .github/workflows/preview_on_auspice_us.yaml | 2 -- .github/workflows/preview_on_nextstrain_org.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/preview_on_auspice_us.yaml b/.github/workflows/preview_on_auspice_us.yaml index d33fbc912..a9840a5fd 100644 --- a/.github/workflows/preview_on_auspice_us.yaml +++ b/.github/workflows/preview_on_auspice_us.yaml @@ -7,8 +7,6 @@ on: - reopened - labeled - workflow_dispatch: - jobs: run: # Run if PR has the label and is updated or is newly labeled with the label diff --git a/.github/workflows/preview_on_nextstrain_org.yaml b/.github/workflows/preview_on_nextstrain_org.yaml index f217b2c2f..335176500 100644 --- a/.github/workflows/preview_on_nextstrain_org.yaml +++ b/.github/workflows/preview_on_nextstrain_org.yaml @@ -7,8 +7,6 @@ on: - reopened - labeled - workflow_dispatch: - jobs: run: # Run if PR has the label and is updated or is newly labeled with the label