Skip to content

Commit

Permalink
Avoid concurrent deploy runs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Aug 18, 2023
1 parent a3c4ea2 commit 71d1781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
os: ${{ matrix.os }}
java-version: ${{ matrix.java }}
sonar-run-on-os: ubuntu-latest
sonar-run-on-java-version: 11
sonar-run-on-java-version: 17
sonar-token: ${{ secrets.SONAR_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

name: Deploy

concurrency: ${{ github.workflow }}

on:
push:
branches:
Expand Down

0 comments on commit 71d1781

Please sign in to comment.