Skip to content

🧹 chore: revert turbo ui #7840

🧹 chore: revert turbo ui

🧹 chore: revert turbo ui #7840

Workflow file for this run

name: Cancel
on:
push:
branches-ignore:
- "main"
pull_request:
types: [opened, synchronize]
jobs:
cancel:
name: "Cancel Previous Actions"
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: styfle/cancel-workflow-action@0.12.1
with:
# `60597620` = Chromatic
# `14026219` = Lint
# `19288873` = "Typecheck & test builds in workspaces/*"
workflow_id: 60597620, 14026219, 19288873
access_token: ${{ github.token }}