Skip to content

Commit

Permalink
fix: CI Workflows concurrency group names (#14185)
Browse files Browse the repository at this point in the history
* updated maven-postgres ci files

* Applied updates as requested

* Update maven-postgres-tests-build.yml with corrections
  • Loading branch information
preetsshah authored Nov 30, 2023
1 parent b403c2b commit 11af183
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ permissions:
checks: write

concurrency:
group: maven-build-${{ github.head_ref || github.run_id }}
group: maven-build-mysql-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
maven-mysql-ci:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/maven-postgres-tests-build-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ permissions:
contents: read
checks: write

concurrency:
group: maven-build-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
maven-postgresql-ci:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-postgres-tests-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ permissions:
checks: write

concurrency:
group: maven-build-${{ github.head_ref || github.run_id }}
group: maven-build-postgres-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
maven-postgresql-ci:
Expand Down

0 comments on commit 11af183

Please sign in to comment.