Merge pull request #3832 from secondlife/atlas-qaworkflow
Allow QA workflow to run on Second_Life_X branchesmaster
commit
c555d234f1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue