Skip to content

Commit 2bd6129

Browse files
ci: temporarily skip codegen check for this branch
The Go session events codegen was intentionally reverted to avoid a breaking DataContent change (see #1031). This means generated files will be out of sync until that issue is resolved. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a84b369 commit 2bd6129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codegen-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
branches-ignore:
9+
- 'stevesa/override-model-capabilities'
810
paths:
911
- 'scripts/codegen/**'
1012
- 'nodejs/src/generated/**'

0 commit comments

Comments
 (0)