We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cbc84e + c386c67 commit 0c61ebaCopy full SHA for 0c61eba
3 files changed
.github/workflows/build.yml
@@ -3,6 +3,10 @@ on:
3
pull_request:
4
workflow_dispatch:
5
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
+
10
jobs:
11
12
test-postgresql-windows:
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,10 @@ on:
20
schedule:
21
- cron: '19 11 * * 6'
22
23
24
25
26
27
28
analyze:
29
name: Analyze
.github/workflows/docker.yml
@@ -12,6 +12,10 @@ on:
- 'master'
13
14
15
16
17
18
19
docker:
if: true # false to skip job during debug
0 commit comments