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 3074bf5 commit c01bb8fCopy full SHA for c01bb8f
.github/workflows/pr-deploy.yaml
@@ -172,7 +172,7 @@ jobs:
172
# The BUILD f this jon defined abobe using these inputs
173
echo "BUILD: |
174
${{
175
- github.event.inputs.build == 'true' ||
+ github.event.inputs.build ||
176
(github.event_name == 'workflow_dispatch' && steps.check_deployment.outputs.NEW == 'true') ||
177
(github.event_name == 'push' && steps.check_deployment.outputs.NEW == 'false' && steps.filter.outputs.all_count > steps.filter.outputs.ignored_count) ||
178
(steps.check_deployment.outputs.NEW == 'false' && steps.filter.outputs.all_count > steps.filter.outputs.ignored_count)
0 commit comments