Skip to content

Commit 62b911f

Browse files
committed
Does comparing to a string value work?
1 parent a23afae commit 62b911f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
id: info
4040
uses: ./.github/actions/src/info
4141

42-
- name: Echo Information about docserver
43-
run: echo ${{ steps.info.outputs.docserver }}
44-
45-
- name: Echo Information about devserver
46-
run: echo ${{ steps.info.outputs.devserver }}
47-
4842
outputs:
4943
bundles: ${{ steps.info.outputs.bundles }}
5044
libs: ${{ steps.info.outputs.libs }}
@@ -227,7 +221,7 @@ jobs:
227221
needs:
228222
- libraries
229223
- find-packages
230-
if: ${{ needs.find-packages.outputs.docserver.changes }}
224+
if: ${{ needs.find-packages.outputs.docserver.changes == 'true' }}
231225

232226
steps:
233227
- name: Check out source code

0 commit comments

Comments
 (0)