File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 retention-days : 30
7373
7474 - name : Send schedule notification on failure
75- if : ( github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && steps.result.outputs.status == 'failure'
75+ if : github.event_name == 'schedule' && steps.result.outputs.status == 'failure'
7676 env :
7777 LOGICAPP_URL : ${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}
7878 ACCELERATOR_NAME : ${{ env.accelerator_name }}
8888 -d @- || echo "Failed to send notification"
8989
9090 - name : Send schedule notification on success
91- if : ( github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && steps.result.outputs.status == 'success'
91+ if : github.event_name == 'schedule' && steps.result.outputs.status == 'success'
9292 env :
9393 LOGICAPP_URL : ${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}
9494 ACCELERATOR_NAME : ${{ env.accelerator_name }}
You can’t perform that action at this time.
0 commit comments