Skip to content

Commit 496fbb9

Browse files
committed
improve loggin in case of errors. make client timeout configurable
1 parent d870380 commit 496fbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
if: ${{ needs.e2e.outputs.status == 'failure' }}
239239
steps:
240240
- name: Report Failure on slack
241-
if: ${{ needs.e2e.outputs.status == 'failure' }}
241+
if: ${{ github.ref_name == 'main' && needs.e2e.outputs.status == 'failure' }}
242242
uses: ravsamhq/notify-slack-action@v2
243243
with:
244244
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)