We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f407db commit 17fe9baCopy full SHA for 17fe9ba
.github/workflows/tests.yml
@@ -9,6 +9,10 @@ on:
9
branches:
10
- master
11
12
+concurrency: # https://stackoverflow.com/questions/66335225#comment133398800_72408109
13
+ group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
14
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
15
+
16
jobs:
17
test-platforms:
18
# NOTE: this matrix is for testing various combinations of Python and OS
0 commit comments