We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e048f commit fd70297Copy full SHA for fd70297
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Python SDK CI
2
on: [push, workflow_dispatch]
3
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6
+ cancel-in-progress: true
7
+
8
jobs:
9
test-stage:
10
runs-on: ${{ matrix.os }}
0 commit comments