We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f6719 commit 99aed47Copy full SHA for 99aed47
.github/workflows/build-and-test.yml
@@ -6,6 +6,11 @@ on:
6
branches:
7
- '**'
8
9
+# Limit concurrent deployments to one per branch
10
+concurrency:
11
+ group: build-and-test-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
16
build-and-test:
.github/workflows/update-pychaste-tutorials.yml
@@ -9,6 +9,11 @@ on:
- develop
workflow_dispatch:
17
18
19
generate-pychaste-tutorials-markdown:
0 commit comments