Skip to content

Commit

Permalink
Remove workflow_dispatch trigger from preview PR workflows
Browse files Browse the repository at this point in the history
This was erroneously copied from make_prs_for_other_repos.yaml during
the switch away from it in "Create preview PRs using labels" (90b7dee),
which replaces the previous usage of workflow_dispatch with the
more automated pull_request trigger.
  • Loading branch information
victorlin committed Apr 15, 2024
1 parent 0ca153a commit 67dfc30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/preview_on_auspice_us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/preview_on_nextstrain_org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67dfc30

Please sign in to comment.