Skip to content

Commit 97af1dd

Browse files
committed
testing conditionals
1 parent 4fd0c17 commit 97af1dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
renku-data-services: ${{ steps.deploy-comment.outputs.renku-data-services || steps.deploy-comment-azure.outputs.renku-data-services }}
6767
amalthea: ${{ steps.deploy-comment.outputs.amalthea || steps.deploy-comment-azure.outputs.amalthea }}
6868
amalthea-sessions: ${{ steps.deploy-comment.outputs.amalthea-sessions || steps.deploy-comment-azure.outputs.amalthea-sessions }}
69-
test-enabled: ${{ steps.deploy-comment.outputs.test-enabled || steps.deploy-comment-azure.outputs.test-enabled }}
70-
test-legacy-enabled: ${{ steps.deploy-comment.outputs.test-legacy-enabled || steps.deploy-comment-azure.outputs.test-legacy-enabled }}
69+
test-enabled: ${{ steps.deploy-comment.outputs.test-enabled == 'true' || steps.deploy-comment-azure.outputs.test-enabled == 'true' }}
70+
test-legacy-enabled: ${{ steps.deploy-comment.outputs.test-legacy-enabled == 'true' || steps.deploy-comment-azure.outputs.test-legacy-enabled == 'true' }}
7171
extra-values: ${{ steps.deploy-comment.outputs.extra-values || steps.deploy-comment-azure.outputs.extra-values }}
7272
steps:
7373
- id: deploy-comment

0 commit comments

Comments
 (0)