Skip to content

Commit

Permalink
Slackへの通知を失敗しても許容する
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed Jan 23, 2024
1 parent 8d0c2a0 commit 18a57a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/articles_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
aws s3 --endpoint-url=https://minio.k8s.word-ac.net cp ./main.pdf s3://article-bucket/$REPO_NAME-$ARTICLE_NAME.pdf
- name: Notify Slack
continue-on-error: true # 失敗しても良い
if: always()
run: ./scripts/notify_slack.sh
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
aws s3 --endpoint-url=https://minio.k8s.word-ac.net cp ./main.pdf s3://article-bucket/$REPO_NAME.pdf
- name: Notify Slack
continue-on-error: true # 失敗しても良い
if: always()
run: ./scripts/notify_slack.sh
env:
Expand Down

0 comments on commit 18a57a8

Please sign in to comment.