Merge pull request #1250 from Safelite/feature/jzimmerman/INSR-9842

Reverting test step condition.
This commit is contained in:
Jeremy-Z 2026-06-02 11:15:49 -04:00 committed by GitHub
commit ef8f56f8a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,9 +132,7 @@ stages:
# Test Build/Deploy
- stage: Test
#condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
#Below is a test for the prod change to make sure this command works. Will remove after successful test.
condition: and(succeeded('Dev'), eq(variables['Build.SourceBranch'], variables['test-branch'] ))
condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
variables:
- group: ISS-Test
jobs: