Skip to content

Commit a095161

Browse files
authored
chore(ci/nightly): publish build regardless of test status (#1019)
1 parent 04b5e41 commit a095161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
name: Create Release
9494
runs-on: ubuntu-24.04
9595
needs: test-e2e
96+
if: ${{ always() }}
9697
steps:
9798
- name: Checkout repository
9899
uses: actions/checkout@v4

0 commit comments

Comments
 (0)