Skip to content

Commit

Permalink
prevent action concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Feb 15, 2024
1 parent 5c5171a commit 2bf77c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- "main"

concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-infrastructure-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
schema:
name: Update infrastructure-docker submodule
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
schema:
name: Update GraphQL schema
Expand Down

0 comments on commit 2bf77c6

Please sign in to comment.