Skip to content

Commit 1921893

Browse files
gaborbernatibdafna
authored andcommitted
Setup Githug workflow concurrency
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 470cd05 commit 1921893

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: check
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: check-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
lint:
711
runs-on: ubuntu-latest

.github/workflows/jest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: jest
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: jest-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
build:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)