Skip to content

Commit

Permalink
refactor: set group on individual by field
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Dec 5, 2024
1 parent c0667d2 commit 593bc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- server/docker/docker-compose-db.yaml

concurrency:
group: ${{ github.ref }}
group: be
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fe-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- server/docker/docker-compose-fe.yaml

concurrency:
group: ${{ github.ref }}
group: fe
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 593bc26

Please sign in to comment.