Skip to content

Commit

Permalink
Don't trigger other pipelines in case the GC ones are triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharm committed Sep 30, 2024
1 parent 6131843 commit 548f866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ trigger:
exclude: # don't trigger if only docs and similar files changed
- docs/*
- '**/*.md'
#- 'gc-azure-pipelines.yml'
#- src/benchmarks/gc/*
- 'gc-azure-pipelines.yml'
- src/benchmarks/gc/*

pr:
branches:
Expand Down

0 comments on commit 548f866

Please sign in to comment.