We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8b28c commit 1949fc6Copy full SHA for 1949fc6
.github/workflows/test-and-release.yml
@@ -1,11 +1,6 @@
1
name: 'Test and Release PyDSDL'
2
on: [ push, pull_request ]
3
4
-# Ensures that only one workflow is running at a time
5
-concurrency:
6
- group: ${{ github.workflow_sha }}
7
- cancel-in-progress: true
8
-
9
jobs:
10
pydsdl-test:
11
name: Test PyDSDL
0 commit comments