We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18326e7 + 067e324 commit 1412007Copy full SHA for 1412007
1 file changed
.github/workflows/postgresql.yml
@@ -17,7 +17,11 @@ on:
17
- '*.*'
18
paths-ignore:
19
- '**/*.md'
20
-
+
21
+concurrency:
22
+ group: ${{ github.workflow }}-${{ github.ref }}
23
+ cancel-in-progress: true
24
25
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
26
jobs:
27
image_postgresql:
@@ -28,10 +32,6 @@ jobs:
28
32
runs-on: ubuntu-latest
29
33
30
34
steps:
31
- - uses: styfle/cancel-workflow-action@0.8.0
- with:
- access_token: ${{ github.token }}
35
- name: Set tags
36
run: |
37
if [ -z "$TAG" ]; then
0 commit comments