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:
maguire-arman 2025-04-08 16:17:05 -04:00
parent b2d0038e45
commit 0b742ab848

View file

@ -4,7 +4,7 @@ schedules:
displayName: Daily Test Automation Run for FMG-NextGen
branches:
include:
- main
- release/2025.04.24
pool: 'AmazonLinuxPool'