Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove Slack integration for c2rust-testsuites CI workflow #1159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
kkysen committed Nov 12, 2024
commit 3799555f4db2d4510eb60084155a6c8e2cb8166a
9 changes: 0 additions & 9 deletions .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
@@ -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