Skip to content

Commit 09c59e7

Browse files
authored
remove concurrency blocker
1 parent 175621f commit 09c59e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77

8-
concurrency:
9-
group: "testbuild"
10-
cancel-in-progress: true
11-
128
jobs:
139
Build:
1410
runs-on: ubuntu-latest
@@ -22,4 +18,4 @@ jobs:
2218
uses: actions/checkout@v4
2319

2420
- name: Test Build
25-
uses: Lenni009/test-build-vite-action@main
21+
uses: Lenni009/test-build-vite-action@main

0 commit comments

Comments
 (0)