Skip to content

Commit

Permalink
remove test job concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Apr 22, 2024
1 parent 2633256 commit cd85d39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
pull_request:
types: [opened, synchronize]

concurrency:
group: "testbuild"
cancel-in-progress: true

jobs:
Build:
runs-on: ubuntu-latest
Expand All @@ -22,4 +18,4 @@ jobs:
uses: actions/checkout@v4

- name: Test Build
uses: Lenni009/test-build-vite-action@main
uses: Lenni009/test-build-vite-action@main

0 comments on commit cd85d39

Please sign in to comment.