Skip to content

Commit 0232b3e

Browse files
committed
Make sure S3 job runs
1 parent 4feb690 commit 0232b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: Publish Artifacts to the S3 Staging Bucket
7777
runs-on: ubuntu-latest
7878
needs: [ externally_triggered_build ]
79-
if: ${{ github.repository_owner == 'duckdb' && inputs.publish-packages }}
79+
if: ${{ github.repository_owner == 'duckdb' && inputs.publish-packages && needs.externally_triggered_build.result == 'success' && always() }}
8080
steps:
8181
- name: Fetch artifacts
8282
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)