Skip to content

Commit

Permalink
Merge pull request #265 from DroidKaigi/takahirom/remove-concurrency-…
Browse files Browse the repository at this point in the history
…for-unit-test/2024-08-11

Remove concurrency restriction for unit test ci
  • Loading branch information
takahirom authored Aug 11, 2024
2 parents 656c8ad + 9f13e58 commit 07a19a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:

run-name: "unit-test by ${{ github.actor }}"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

permissions: { }

jobs:
Expand Down

0 comments on commit 07a19a2

Please sign in to comment.