Skip to content

Commit 12b63e3

Browse files
committed
ci: Run only on the latest ref
1 parent b57cec4 commit 12b63e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ on:
66
pull_request:
77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
10-
unix-test:
14+
test:
1115
runs-on: ${{ matrix.os }}
1216
strategy:
1317
fail-fast: false

0 commit comments

Comments
 (0)