@@ -108,25 +108,25 @@ jobs:
108108 # tags: ${{ steps.meta.outputs.tags }}
109109 # labels: ${{ steps.meta.outputs.labels }}
110110
111- alert :
112- name : Alerts
113- needs : docker
114- # if: ${{ github.event.workflow_run.conclusion == 'failure' }}
115- runs-on : ubuntu-latest
116- steps :
117- - uses : actions/checkout@v3
111+ # alert:
112+ # name: Alerts
113+ # needs: docker
114+ # # if: ${{ github.event.workflow_run.conclusion == 'failure' }}
115+ # runs-on: ubuntu-latest
116+ # steps:
117+ # - uses: actions/checkout@v3
118118
119- - name : Post to a Slack channel
120- uses : 8398a7/action-slack@v3
121- with :
122- status : ${{ job.status }}
123- author_name : Montoring-Slack from GitHub Actions
124- fields : repo,message,commit,author,action,eventName,ref,workflow,took # selectable (default: repo,commit,message,author)\
125- mention : here
126- if_mention : failure,cancelled
127- env :
128- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
129- if : always() # Pick up events even if the job fails or is canceled.
119+ # - name: Post to a Slack channel
120+ # uses: 8398a7/action-slack@v3
121+ # with:
122+ # status: ${{ job.status }}
123+ # author_name: Montoring-Slack from GitHub Actions
124+ # fields: repo,message,commit,author,action,eventName,ref,workflow,took # selectable (default: repo,commit,message,author)\
125+ # mention: here
126+ # if_mention: failure,cancelled
127+ # env:
128+ # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
129+ # if: always() # Pick up events even if the job fails or is canceled.
130130
131131
132132 # - name: Slack Notification
0 commit comments