Actions: Join on test suites (#106930)

This commit is contained in:
Mariell Hoversholm
2025-06-18 17:39:16 +02:00
committed by GitHub
parent 05b458741e
commit 3f69249bc8
4 changed files with 79 additions and 6 deletions
-6
View File
@@ -2,16 +2,10 @@ name: Backend Unit Tests
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches:
- main
- release-*.*.*
paths-ignore:
- 'docs/**'
- '**/*.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}