Skip to content

Commit

Permalink
remove artifact issue link from action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Jan 10, 2025
1 parent 798edc2 commit 7ae938f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ runs:
run: ${{ inputs.run }}
shell: bash
- name: Archive test results
# https://github.com/actions/upload-artifact/issues/240
if: ${{ inputs.test-artifact-name != '' && always() }}
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7ae938f

Please sign in to comment.