concurrency settings for workflows

This commit is contained in:
SPRINX0\prochazka
2025-12-15 13:23:10 +01:00
parent 962190cc57
commit d7f9de1881
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ on:
- 'feature/**' - 'feature/**'
- hotfix/** - hotfix/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
e2e-tests: e2e-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -8,6 +8,10 @@ on:
- 'feature/**' - 'feature/**'
- hotfix/** - hotfix/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
all-tests: all-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest