mirror of
https://github.com/trycua/computer.git
synced 2026-01-08 06:20:00 -06:00
make link check less spammy
This commit is contained in:
2
.github/workflows/link-check.yml
vendored
2
.github/workflows/link-check.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Send results to Slack
|
||||
if: always()
|
||||
if: always() && github.ref == 'refs/heads/main'
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
||||
Reference in New Issue
Block a user