Skip to content

Commit

Permalink
chore(ci): temporary disable typecheck
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Jan 20, 2025
1 parent 9a26d7a commit 8278040
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8278040

Please sign in to comment.