Skip to content

Commit

Permalink
ci: fix concurrency group for db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 26, 2024
1 parent a596c3c commit 0eaa95b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fhevm-db-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- ci/db-migration
paths:
- .github/workflows/fhevm-coprocessor.yml
- .github/workflows/common-docker.yml
Expand All @@ -14,11 +13,11 @@ on:
- published

concurrency:
group: fhevm-coprocessor-${{ github.ref_name }}
group: fhevm-db-migration-${{ github.ref_name }}
cancel-in-progress: false

jobs:
docker-coprocessor:
docker-db-migration:
uses: ./.github/workflows/common-docker.yml
permissions:
contents: "read"
Expand All @@ -43,4 +42,4 @@ jobs:
- name: Success
run: echo Pipeline Done
needs:
- docker-coprocessor
- docker-db-migration

0 comments on commit 0eaa95b

Please sign in to comment.