Skip to content

Commit

Permalink
pr artifcat should run always
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoerens committed Aug 6, 2024
1 parent b9a1a9e commit 0b48f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
- name: Save PR artifact
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
if: ${{ always() && needs.setup.outputs.run_build == 'true' && ! contains(join(needs.*.result, ','), 'failure') }}
if: ${{ always() && needs.setup.outputs.run_build == 'true' }}
run: |
ve1/bin/pr-artifact --directory=./pr --pr-number=${{ github.event.number }} --api-url=${{ github.event.pull_request._links.self.href }}
Expand Down

0 comments on commit 0b48f53

Please sign in to comment.