Skip to content

Commit 5830b4f

Browse files
committed
CI: Disable Slack webhook
The webhook requires github secrets which aren't accessible to external contributors, so removing it simplifies matters.
1 parent 3271b3d commit 5830b4f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/internal-testsuite.yml

-9
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,6 @@ jobs:
113113
echo "PATH=$PATH"
114114
python3 testsuite/test.py curl json-c lua nginx zstd
115115
116-
- uses: 8398a7/action-slack@v3
117-
with:
118-
status: ${{ job.status }}
119-
fields: repo,message,commit,author,action,ref,job,took # selectable (default: repo,message)
120-
env:
121-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional
122-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
123-
if: always() # Pick up events even if the job fails or is canceled.
124-
125116
- uses: actions/upload-artifact@v4
126117
with:
127118
name: testsuite-build-artifacts

0 commit comments

Comments
 (0)