Skip to content

Commit

Permalink
ci: set correct concurrency names
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Sep 28, 2024
1 parent 4d2c312 commit c59f21c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: staging
url: https://api.innohassle.ru/music-room/staging-v0
concurrency:
group: staging
group: staging-api
cancel-in-progress: false
steps:
- name: Deploy via SSH
Expand All @@ -90,7 +90,7 @@ jobs:
name: production
url: https://api.innohassle.ru/music-room/v0
concurrency:
group: production
group: production-api
cancel-in-progress: false
steps:
- name: Deploy via SSH
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: staging
url: https://t.me/InnoMusicRoomStagingBot
concurrency:
group: staging
group: staging-bot
cancel-in-progress: false
steps:
- name: Deploy via SSH
Expand All @@ -90,7 +90,7 @@ jobs:
name: production
url: https://t.me/InnoMusicRoomBot
concurrency:
group: production
group: production-bot
cancel-in-progress: false
steps:
- name: Deploy via SSH
Expand Down

0 comments on commit c59f21c

Please sign in to comment.