diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-06-05 09:07:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 09:07:42 -0700 |
commit | 8dd3955d78a08b110f737c3250fcbece75c74952 (patch) | |
tree | d3de7a00375cd1b9b7e1e785d22be180a01a0727 /.github | |
parent | 6291e86bf20804db41f9da0bb6c8ea246c8266ab (diff) | |
parent | cee546977da35f22b79fc80647da179d288f1ee8 (diff) |
Merge pull request #4140 from secondlife/atlas-qaworkflow
Allow self-hosted runners to operate independently
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 b8047d2251..08c4fd4e29 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -16,7 +16,7 @@ on: default: '14806728332' concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ matrix.runner }} cancel-in-progress: false # Prevents cancellation of in-progress jobs jobs: |