Skip to content

Commit

Permalink
test: Run Performance A/B-Tests on release branches
Browse files Browse the repository at this point in the history
Since we no longer need to maintain separate sets of baselines for each
release branch, it becomes feasible to run performance tests on release
branches. These only trigger when PRs are merged.

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Oct 9, 2023
1 parent e6ec535 commit 311ee5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- firecracker-v*

jobs:
trigger_ab_test:
Expand Down

0 comments on commit 311ee5d

Please sign in to comment.