Skip to content

Commit

Permalink
ci: remove Slack integration for c2rust-testsuites CI workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kkysen committed Nov 12, 2024
1 parent a3a47ba commit 3799555
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3799555

Please sign in to comment.