Skip to content

Commit 90f5a69

Browse files
committed
Remove concurrency because we already have it
1 parent 727cde0 commit 90f5a69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ env:
2020

2121
jobs:
2222
rustfmt:
23-
concurrency:
24-
group: rustfmt-${{ github.ref }}
25-
cancel-in-progress: true
2623
runs-on: ubuntu-latest
2724
steps:
2825
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)