Skip to content

Commit 1949fc6

Browse files
fix workflow
1 parent 3c8b28c commit 1949fc6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test-and-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: 'Test and Release PyDSDL'
22
on: [ push, pull_request ]
33

4-
# Ensures that only one workflow is running at a time
5-
concurrency:
6-
group: ${{ github.workflow_sha }}
7-
cancel-in-progress: true
8-
94
jobs:
105
pydsdl-test:
116
name: Test PyDSDL

0 commit comments

Comments
 (0)