Skip to content

Commit

Permalink
remove concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jul 16, 2024
1 parent 9e4db01 commit 05c80bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: "Build and Test"

on: "push"

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

jobs:
build-and-test:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 05c80bd

Please sign in to comment.