diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-03-29 10:27:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-29 10:27:51 -0400 |
commit | b9015dcb800cadb1ba21c66d53f3b2e43df3e3af (patch) | |
tree | bd5ff7af1c8c818100b62fdf64acb8f78f74c210 /.github | |
parent | e1ebb33ab2966a20b63741dd84a0826e82b6a807 (diff) | |
parent | c555d234f1bbd1d82f7764c3fd8bf7a13821bb1d (diff) |
Merge branch 'develop' into fix/shadow-resolution-update
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/qatest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index 533635c3f7..7f3a5242e9 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -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:
|