chore(ci): concurrency groups are broken with slab

This commit is contained in:
Quentin Bourgerie
2023-03-15 18:43:43 +01:00
parent d88e27158c
commit e36e2bd340
4 changed files with 12 additions and 12 deletions

View File

@@ -20,9 +20,9 @@ on:
description: 'Slab request ID'
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
env:
CARGO_TERM_COLOR: always