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 97d2bf9 commit f5092c5Copy full SHA for f5092c5
.github/workflows/dapr-test.yml
@@ -596,7 +596,7 @@ jobs:
596
- Image tag: `${{ env.DAPR_TAG }}`
597
- Test image tag: `${{ env.DAPR_TEST_TAG }}`
598
- name: Update PR comment for skipped test run
599
- if: success() && env.PR_NUMBER != '' && env.SKIP_E2E = 'true'
+ if: success() && env.PR_NUMBER != '' && env.SKIP_E2E == 'true'
600
uses: artursouza/[email protected]
601
with:
602
header: ${{ github.run_id }}
0 commit comments