Skip to content

Commit f5092c5

Browse files
authored
Fixing dapr-test wf due to bad comparator. (dapr#5265)
Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]>
1 parent 97d2bf9 commit f5092c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dapr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
- Image tag: `${{ env.DAPR_TAG }}`
597597
- Test image tag: `${{ env.DAPR_TEST_TAG }}`
598598
- name: Update PR comment for skipped test run
599-
if: success() && env.PR_NUMBER != '' && env.SKIP_E2E = 'true'
599+
if: success() && env.PR_NUMBER != '' && env.SKIP_E2E == 'true'
600600
uses: artursouza/[email protected]
601601
with:
602602
header: ${{ github.run_id }}

0 commit comments

Comments
 (0)