Skip to content

Commit

Permalink
Skip Maven Site testing on second executions
Browse files Browse the repository at this point in the history
New version of actions/upload-artifact requires unique name of uploaded artifacts
  • Loading branch information
slawekjaranowski committed Dec 15, 2023
1 parent 564c1c4 commit 54bdd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: ./.github/workflows/maven-verify.yml
needs: verify-1
with:
ff-site-run: false
ff-goal: test
verify-goal: clean install
verify-fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:

- name: Upload Maven Site
uses: actions/upload-artifact@v3
if: inputs.ff-site-run
with:
name: ${{ github.run_number }}-site-${{ inputs.ff-os }}-${{ inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}
path: |
Expand Down

0 comments on commit 54bdd9e

Please sign in to comment.