Skip to content

Commit

Permalink
Merge pull request #1768: Remove workflow_dispatch trigger from previ…
Browse files Browse the repository at this point in the history
…ew PR workflows
  • Loading branch information
victorlin authored Apr 15, 2024
2 parents 0ca153a + 67dfc30 commit 2750924
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 2750924

Please sign in to comment.