Skip to content

Commit 0e37cdc

Browse files
authored
[smoke-test] fix send slack notification (#16887)
1 parent c0d6fa9 commit 0e37cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/preview-env-check-regressions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ jobs:
123123
paths: "test/tests/**/TEST.xml"
124124
if: always()
125125
- id: auth
126+
if: failure()
126127
uses: google-github-actions/auth@v1
127128
with:
128129
token_format: access_token
129130
credentials_json: "${{ secrets.GCP_CREDENTIALS }}"
130131
- name: Get Secrets from GCP
132+
if: failure()
131133
id: 'secrets'
132134
uses: 'google-github-actions/get-secretmanager-secrets@v1'
133135
with:

0 commit comments

Comments
 (0)