Updates scheduled pipeline branch
Updates the scheduled pipeline to run against the release branch. This ensures that the automated tests are executed against the stable release branch.
This commit is contained in:
parent
b2d0038e45
commit
0b742ab848
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ schedules:
|
|||
displayName: Daily Test Automation Run for FMG-NextGen
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- release/2025.04.24
|
||||
|
||||
pool: 'AmazonLinuxPool'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue