Skip to content

Commit 8aad15c

Browse files
authored
Update build.yml
1 parent 4e4eb9e commit 8aad15c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ on:
1515

1616
jobs:
1717
build:
18-
1918
runs-on: ubuntu-latest
19+
concurrency:
20+
group: ${{ github.workflow }}-${{ github.ref }}
21+
cancel-in-progress: true
2022

2123
steps:
2224
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)