There was an error while loading. Please reload this page.
1 parent c962ee1 commit 04e3b5aCopy full SHA for 04e3b5a
1 file changed
.github/workflows/build.yml
@@ -5,6 +5,10 @@ on:
5
branches: ["**"]
6
pull_request:
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref_name }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
build:
14
name: Build ${{ matrix.service }}
0 commit comments