diff options
author | William Weaver <paperwork.resident@gmail.com> | 2025-04-04 03:06:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 03:06:29 +0300 |
commit | 7c35a02225743f4d6e0ebee2d488e1f4fd48d86b (patch) | |
tree | e50a1001c99a99faa9c7e334502dab188c213b59 /.github/workflows | |
parent | 04af0424359d55ddb8056dc1693c078eadaee239 (diff) | |
parent | 01dc5ae78501b631efc2886acc98fb1cea17aaa0 (diff) |
Merge branch 'secondlife:develop' into fix/cloud-texture-loading
Diffstat (limited to '.github/workflows')
-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:
|