diff --git a/.github/workflows/lint-typescript.yml b/.github/workflows/lint-typescript.yml index 5bc3c1e..73668e0 100644 --- a/.github/workflows/lint-typescript.yml +++ b/.github/workflows/lint-typescript.yml @@ -15,6 +15,8 @@ concurrency: jobs: changes: + # FIXME: temporary disable typecheck, until we can perform typecheck without checking Talk + if: false runs-on: ubuntu-latest-low permissions: contents: read @@ -69,7 +71,8 @@ jobs: runs-on: ubuntu-latest-low needs: [changes, typecheck] - if: always() + # FIXME: temporary disable typecheck, until we can perform typecheck without checking Talk + if: false name: typecheck