Merge pull request #3832 from secondlife/atlas-qaworkflow

Allow QA workflow to run on Second_Life_X branches
master
AtlasLinden 2025-03-28 07:31:55 -07:00 committed by GitHub
commit c555d234f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
if: >
github.event.workflow_run.conclusion == 'success' &&
(
startsWith(github.ref, 'refs/tags/Second_Life')
startsWith(github.event.workflow_run.head_branch, 'Second_Life')
)
steps: