From cd85d3901c72b16d9c49d58761c7109889c5e162 Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Mon, 22 Apr 2024 19:21:02 +0200 Subject: [PATCH] remove test job concurrency --- .github/workflows/test-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 4484231..8525dc5 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -5,10 +5,6 @@ on: pull_request: types: [opened, synchronize] -concurrency: - group: "testbuild" - cancel-in-progress: true - jobs: Build: runs-on: ubuntu-latest @@ -22,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Test Build - uses: Lenni009/test-build-vite-action@main \ No newline at end of file + uses: Lenni009/test-build-vite-action@main