Skip to content

Commit a8d6ac5

Browse files
committed
pr artifcat should run always
1 parent d5038c9 commit a8d6ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
- name: Save PR artifact
382382
env:
383383
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
384-
if: ${{ always() && needs.setup.outputs.run_build == 'true' && ! contains(join(needs.*.result, ','), 'failure') }}
384+
if: ${{ always() && needs.setup.outputs.run_build == 'true' }}
385385
run: |
386386
ve1/bin/pr-artifact --directory=./pr --pr-number=${{ github.event.number }} --api-url=${{ github.event.pull_request._links.self.href }}
387387

0 commit comments

Comments
 (0)