Skip to content

Commit

Permalink
Merge pull request #15 from trocco-io/feature/stop-parallel-ci-test
Browse files Browse the repository at this point in the history
stop parallel ci test
  • Loading branch information
NamedPython authored Dec 23, 2024
2 parents a2d79ea + 9724569 commit 91fa488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
concurrency:
group: test-group
cancel-in-progress: false
if: >
${{
github.event_name == 'pull_request' ||
Expand Down

0 comments on commit 91fa488

Please sign in to comment.