File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
73
73
if : env.WORKFLOW_CONCLUSION == 'failure' # 失敗を通知する場合
74
- ` ` `
75
-
76
- ### Success
77
- 
78
-
79
- すべてのジョブが正常だったため、Slackアクションはスキップされます。
80
-
81
- ### Failure
82
- 
83
-
84
- いくつかのジョブがスキップされた場合でもSlackアクションは実行されます。
85
-
74
+ ` ` `
Original file line number Diff line number Diff line change 71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
73
73
if : env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
74
- ` ` `
75
-
76
- ### Success
77
- 
78
-
79
- Slack action step is skipped because all jobs are success.
80
-
81
- ### Failure
82
- 
83
-
84
- Slack action step has been executed even if some jobs were skipped.
74
+ ` ` `
You can’t perform that action at this time.
0 commit comments