Fix GH actions concurrency issue

This commit is contained in:
Piotr Rogowski 2022-10-18 16:51:52 +02:00
parent db61da157a
commit 3c2836f3ef
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
3 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,10 @@
#
name: "CodeQL"
concurrency:
group: ${{ github.ref }}-codeql
cancel-in-progress: true
on:
push:
branches: [ master ]

View File

@ -1,7 +1,7 @@
name: Lint code
concurrency:
group: ${{ github.ref }}
group: ${{ github.ref }}-lint-js
cancel-in-progress: true
on:

View File

@ -1,7 +1,7 @@
name: Sentry Release
concurrency:
group: ${{ github.ref }}
group: ${{ github.ref }}-sentry-release
cancel-in-progress: true
on: