From 838871cf97c0b2c0f80ff5a0f4f1c1b0f5cfc0a3 Mon Sep 17 00:00:00 2001 From: Eva Hamrud <50098063+evaham1@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:54:21 +1000 Subject: [PATCH] comment out slack notification action for now --- .github/workflows/actions.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 06f37abb..8d9871f7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -197,10 +197,10 @@ jobs: # Rscript -e "covr::codecov(type = c('tests', 'examples'))" # set -e - - name: Notify Slack 📣 - uses: 8398a7/action-slack@v3 - with: - status: ${{ job.status }} - fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # set in rep's setting >> secrets + # - name: Notify Slack 📣 + # uses: 8398a7/action-slack@v3 + # with: + # status: ${{ job.status }} + # fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) + # env: + # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # set in rep's setting >> secrets