Skip to content

Commit 3773319

Browse files
committed
WIP test this?
1 parent 1cc12fe commit 3773319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ jobs:
345345
needs: [job_get_metadata, job_build]
346346
runs-on: ubuntu-20.04
347347
# Build artifacts are only needed for releasing workflow.
348-
if: needs.job_get_metadata.outputs.is_release == 'true'
348+
# WIP: Debug this on CI?
349+
# if: needs.job_get_metadata.outputs.is_release == 'true'
349350
steps:
350351
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
351352
uses: actions/checkout@v4

0 commit comments

Comments
 (0)