Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Buck Doyle <[email protected]>
  • Loading branch information
habdelra and backspace authored Jan 8, 2025
1 parent 3ffabe6 commit 94e1037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
name: Realm Server Tests
runs-on: ubuntu-latest
concurrency:
group: realm-server-test-${{ matrix.testModule || github.head_ref || github.run_id }}
group: realm-server-test-${{ matrix.testModule }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down

0 comments on commit 94e1037

Please sign in to comment.