We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4feb690 commit 0232b3eCopy full SHA for 0232b3e
.github/workflows/on_external_dispatch.yml
@@ -76,7 +76,7 @@ jobs:
76
name: Publish Artifacts to the S3 Staging Bucket
77
runs-on: ubuntu-latest
78
needs: [ externally_triggered_build ]
79
- if: ${{ github.repository_owner == 'duckdb' && inputs.publish-packages }}
+ if: ${{ github.repository_owner == 'duckdb' && inputs.publish-packages && needs.externally_triggered_build.result == 'success' && always() }}
80
steps:
81
- name: Fetch artifacts
82
uses: actions/download-artifact@v4
0 commit comments