From 3799555f4db2d4510eb60084155a6c8e2cb8166a Mon Sep 17 00:00:00 2001 From: Khyber Sen Date: Tue, 12 Nov 2024 03:15:36 -0800 Subject: [PATCH] ci: remove Slack integration for `c2rust-testsuites` CI workflow This is not very important, and it fails on external PRs, meaning we're unable to run `c2rust-testsuites` on them and catch potential errors. --- .github/workflows/internal-testsuite.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/internal-testsuite.yml b/.github/workflows/internal-testsuite.yml index ce3a9a2a8..009830ca9 100644 --- a/.github/workflows/internal-testsuite.yml +++ b/.github/workflows/internal-testsuite.yml @@ -113,15 +113,6 @@ jobs: echo "PATH=$PATH" python3 testsuite/test.py curl json-c lua nginx zstd - - uses: 8398a7/action-slack@v3 - with: - status: ${{ job.status }} - fields: repo,message,commit,author,action,ref,job,took # selectable (default: repo,message) - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required - if: always() # Pick up events even if the job fails or is canceled. - - uses: actions/upload-artifact@v4 with: name: testsuite-build-artifacts