jbranchaud is running Product Healthchecks 🏥 #1457
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: Product Healthchecks | |
run-name: ${{ github.actor }} is running Product Healthchecks 🏥 | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 * * * *' | |
jobs: | |
Pre-Canary-Run: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." | |
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" | |
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." | |
- run: echo "🍏 This job's status is ${{ job.status }}." | |
Total-TypeScript-Canary: | |
uses: './.github/workflows/playwright-total-typescript.yml' | |
Pro-Tailwind-Canary: | |
uses: './.github/workflows/playwright-protailwind.yml' | |
Egghead-Canary: | |
uses: './.github/workflows/playwright-egghead.yml' |