Skip to content

Commit 30e7cac

Browse files
authored
Merge pull request #2061 from gooddata/INFRA-4283
feat: add concurrency to check workflow
2 parents 8dd57d0 + e375213 commit 30e7cac

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/service-filters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#define components and theirs paths to detect changes
22
lcm-bricks:
33
- 'VERSION'
4+
- '.github/containers/lcm-bricks.env'
45
lcm-bricks-nextversion:
56
- 'VERSION'
7+
- '.github/containers/lcm-bricks-nextversion.env'

.github/workflows/check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: check
22
on: pull_request
3+
4+
concurrency:
5+
group: check-${{ github.ref }}
6+
cancel-in-progress: true
7+
38
jobs:
49
prepare-env:
510
runs-on:

0 commit comments

Comments
 (0)