Skip to content

Commit c01bb8f

Browse files
committed
testing
1 parent 3074bf5 commit c01bb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
# The BUILD f this jon defined abobe using these inputs
173173
echo "BUILD: |
174174
${{
175-
github.event.inputs.build == 'true' ||
175+
github.event.inputs.build ||
176176
(github.event_name == 'workflow_dispatch' && steps.check_deployment.outputs.NEW == 'true') ||
177177
(github.event_name == 'push' && steps.check_deployment.outputs.NEW == 'false' && steps.filter.outputs.all_count > steps.filter.outputs.ignored_count) ||
178178
(steps.check_deployment.outputs.NEW == 'false' && steps.filter.outputs.all_count > steps.filter.outputs.ignored_count)

0 commit comments

Comments
 (0)