Skip to content

Commit

Permalink
Test: only run tasks and variants tagged for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 26, 2024
1 parent 8fb27cf commit 86747d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,12 @@ post:

# Define aliases for patch builds and PR builds. These only apply if no aliases are defined in project and repo settings
github_pr_aliases: &github_pr_aliases
# Run all tasks in PR variants for PHP 8.3
- variant_tags: ["php8.3", "pr"]
task: ".*"
# Run PR tasks for PR variants
- variant_tags: ["pr"]
task_tags: ["pr"]

commit_queue_aliases: *github_pr_aliases

github_checks_aliases:
- variant: ".*"
task: ".*"

git_tag_aliases:
- git_tag: "^[0-9]+.[0-9]+.[0-9]+"
remote_path: ""
Expand Down

0 comments on commit 86747d7

Please sign in to comment.