Slack Skipped Tests #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Slack Skipped Tests | |
on: | |
schedule: | |
# Run every Tuesday at 2pm UTC / 8am CST / 9am EST | |
- cron: '0 14 * * 2' | |
workflow_dispatch: | |
jobs: | |
slack-skipped-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Run Slack Skipped Tests Script | |
run: node scripts/slack-skipped-tests.js ${{ secrets.SLACK_QA_WEBHOOK_URL }} |