We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f66b2 commit ad3480bCopy full SHA for ad3480b
.devcontainer/devcontainer.json
@@ -12,7 +12,11 @@
12
"settings": {
13
"terminal.integrated.shell.linux": "/bin/bash",
14
"python.defaultInterpreterPath": "/usr/local/bin/python",
15
- "git.repositoryScanMaxDepth": 2
+ "git.repositoryScanMaxDepth": 2,
16
+ "search.exclude": {
17
+ "*.po": true,
18
+ "*.pot": true
19
+ }
20
},
21
"extensions": [
22
"ms-azuretools.vscode-docker",
.github/workflows/test-build.yml
@@ -6,6 +6,11 @@ on:
6
branches:
7
- "16.0"
8
workflow_dispatch:
9
+
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build-and-push.yml
0 commit comments