Skip to content

Commit 1a39b42

Browse files
committed
FIX ci
1 parent 5f40c7d commit 1a39b42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010

1111
workflow_dispatch:
1212

13+
# https://stackoverflow.com/a/72408109/3443137
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16+
cancel-in-progress: true
17+
1318
jobs:
1419
test:
1520
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)