Skip to content

Commit

Permalink
Remove job concurrency control from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Apr 20, 2023
1 parent 120097d commit 8731240
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- cron: "0 6 * * 1"
workflow_dispatch:

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test:
name: Test
Expand Down

0 comments on commit 8731240

Please sign in to comment.