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 1cc12fe commit 3773319Copy full SHA for 3773319
.github/workflows/build.yml
@@ -345,7 +345,8 @@ jobs:
345
needs: [job_get_metadata, job_build]
346
runs-on: ubuntu-20.04
347
# Build artifacts are only needed for releasing workflow.
348
- if: needs.job_get_metadata.outputs.is_release == 'true'
+ # WIP: Debug this on CI?
349
+ # if: needs.job_get_metadata.outputs.is_release == 'true'
350
steps:
351
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
352
uses: actions/checkout@v4
0 commit comments