Skip to content

Sanity Check

Sanity Check #1

Workflow file for this run

name: Sanity Check
on:
workflow_run:
workflows: ["Build Preview"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo "it works"