Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/main/org.codehaus.mojo-exec…
Browse files Browse the repository at this point in the history
…-maven-plugin-3.4.1
  • Loading branch information
pcalouche authored Aug 16, 2024
2 parents 82df2c2 + cce463a commit 952b77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Run Maven
run: make mvn-verify-cd
run: make mvn-deploy-cd
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Run Maven
run: make mvn-deploy-ci
run: make mvn-verify-ci

0 comments on commit 952b77a

Please sign in to comment.