From 18a57a8d2486808eae0941413ec994c02c839f73 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Tue, 23 Jan 2024 16:42:47 +0900 Subject: [PATCH] =?UTF-8?q?Slack=E3=81=B8=E3=81=AE=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E3=82=92=E5=A4=B1=E6=95=97=E3=81=97=E3=81=A6=E3=82=82=E8=A8=B1?= =?UTF-8?q?=E5=AE=B9=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/articles_branch_ci.yaml | 1 + .github/workflows/master_branch_ci.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/articles_branch_ci.yaml b/.github/workflows/articles_branch_ci.yaml index 8b3643e..efbf17e 100644 --- a/.github/workflows/articles_branch_ci.yaml +++ b/.github/workflows/articles_branch_ci.yaml @@ -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: diff --git a/.github/workflows/master_branch_ci.yaml b/.github/workflows/master_branch_ci.yaml index fed7ad6..9a1bc2b 100644 --- a/.github/workflows/master_branch_ci.yaml +++ b/.github/workflows/master_branch_ci.yaml @@ -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: