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 1a1ae95 commit 3efcaf8Copy full SHA for 3efcaf8
.github/workflows/nightly.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
outputs:
22
- needs_build: ${{ steps.check_manual_run.outputs.needs_build || steps.check_tags.outputs.needs_build }}
+ needs_build: ${{ steps.check_manual_run.outputs.needs_build == 'true' || steps.check_tags.outputs.needs_build == 'true' }}
23
24
steps:
25
- name: Check if workflow was manually triggered
0 commit comments