Skip to content

Commit 4503c97

Browse files
committed
ci: update concurrency group
1 parent 1a35b80 commit 4503c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
build-and-test-unity6-macos: # Unity 6 requires a full build cycle to compile AltTester packages properly. This doesn't work well in Game CI, so we have to build it manually.
8989
name: Build & Test Unity 6 macOS 🛠️🧪
9090
runs-on: [self-hosted, macOS]
91+
concurrency:
92+
group: ui-tests-email-inbox-macos
93+
cancel-in-progress: false # Let tests complete rather than canceling
9194
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneOSX-Unity6'
9295
steps:
9396
- name: Cleanup old builds

0 commit comments

Comments
 (0)