ci: disable workflow concurrency

This commit is contained in:
2024-05-02 03:27:47 +03:00
committed by Chen Asraf
parent 9393d81815
commit ba385b846b
2 changed files with 6 additions and 6 deletions

View File

@@ -7,9 +7,9 @@ on:
branches: [develop]
types: [opened, synchronize]
concurrency:
group: github.head_ref
cancel-in-progress: true
# concurrency:
# group: github.head_ref
# cancel-in-progress: true
jobs:
lint:

View File

@@ -7,9 +7,9 @@ on:
branches: [master]
types: [opened, synchronize]
concurrency:
group: github.head_ref
cancel-in-progress: true
# concurrency:
# group: github.head_ref
# cancel-in-progress: true
jobs:
lint: