Skip to content

Commit 503d705

Browse files
committed
ci: cancel previous jobs
1 parent ddc011a commit 503d705

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ env:
1818
COAP_SIMULATOR_DOWNLOAD_URL: ${{ secrets.COAP_SIMULATOR_DOWNLOAD_URL }}
1919
REGISTRY: ghcr.io
2020

21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.ref }}
23+
cancel-in-progress: true
24+
2125
jobs:
2226
unit-tests:
2327
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)