File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - ' infra/**/*.parameters.json'
1616 - ' Deployment/validate_bicep_params.py'
1717 workflow_dispatch :
18- push :
19- branches :
20- - hb-psl-38859
2118
2219env :
2320 accelerator_name : " DKM"
6764 retention-days : 30
6865
6966 - name : Send schedule notification on failure
70- if : steps.result.outputs.status == 'failure'
67+ if : github.event_name == 'schedule' && steps.result.outputs.status == 'failure'
7168 env :
7269 LOGICAPP_URL : ${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}
7370 GITHUB_REPOSITORY : ${{ github.repository }}
8784 -d @- || echo "Failed to send notification"
8885
8986 - name : Send schedule notification on success
90- if : steps.result.outputs.status == 'success'
87+ if : github.event_name == 'schedule' && steps.result.outputs.status == 'success'
9188 env :
9289 LOGICAPP_URL : ${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}
9390 GITHUB_REPOSITORY : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments