Skip to content

Commit d5c16f9

Browse files
committed
update ci to ignore graphite-base branch
1 parent 5d3e2d1 commit d5c16f9

File tree

10 files changed

+20
-0
lines changed

10 files changed

+20
-0
lines changed

.github/workflows/ai_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
branches-ignore:
14+
- "**/graphite-base/**"
1315
paths:
1416
- apps/ai/**
1517
- crates/llm-proxy/**

.github/workflows/api_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
branches-ignore:
12+
- "**/graphite-base/**"
1113
paths:
1214
- apps/api/**
1315
jobs:

.github/workflows/bot_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
branches:
55
- main
6+
branches-ignore:
7+
- "**/graphite-base/**"
68
paths:
79
- apps/bot/**
810
jobs:

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on:
22
pull_request:
33
branches:
44
- main
5+
branches-ignore:
6+
- "**/graphite-base/**"
57
jobs:
68
ci:
79
runs-on: ubuntu-latest

.github/workflows/db_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
branches-ignore:
13+
- "**/graphite-base/**"
1214
paths:
1315
- supabase/**
1416

.github/workflows/desktop_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
pull_request:
1414
branches:
1515
- main
16+
branches-ignore:
17+
- "**/graphite-base/**"
1618
paths:
1719
- apps/desktop/**
1820
- plugins/**

.github/workflows/eval_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
branches-ignore:
14+
- "**/graphite-base/**"
1315
paths:
1416
- evals/**
1517
- go.mod

.github/workflows/fmt.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
branches-ignore:
12+
- "**/graphite-base/**"
1113
jobs:
1214
optimize_ci:
1315
runs-on: ubuntu-latest

.github/workflows/web_ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
pull_request:
1313
branches:
1414
- main
15+
branches-ignore:
16+
- "**/graphite-base/**"
1517
paths:
1618
- apps/web/**
1719
- packages/**

.github/workflows/zizmor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
branches: ["main"]
44
pull_request:
55
branches: ["**"]
6+
branches-ignore:
7+
- "**/graphite-base/**"
68

79
jobs:
810
zizmor:

0 commit comments

Comments
 (0)