Browse Source

Add ci cancel on new commits

pull/5/head
Ionite 2 years ago
parent
commit
2e2138b324
No known key found for this signature in database
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -6,6 +6,10 @@ on:
pull_request:
branches: [ main ]
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: windows-latest

Loading…
Cancel
Save