Skip to content

Commit 2745025

Browse files
authored
chore(ci): cleanup old pipelines, speed up ci a bit (#7031)
1 parent 61ec7de commit 2745025

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/lint.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
exit 1 \
6060
)
6161
62-
- name: Generate Types
63-
run: pnpm graphql:generate
64-
6562
- name: Operation Check
6663
run: |
6764
npx graphql-inspector validate \

.github/workflows/main.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
code-style:
6666
uses: ./.github/workflows/lint.yaml
6767

68-
# CodeQL
69-
static-analysis:
70-
uses: ./.github/workflows/codeql-analysis.yml
71-
7268
# TypeScript Typecheck and compiler checks
7369
typescript:
7470
uses: ./.github/workflows/typescript-typecheck.yaml

0 commit comments

Comments
 (0)