Skip to content

Commit 06eb3bc

Browse files
authored
Restrict nightly AI codegen to Effect-Ts repositories (#6517)
1 parent a808666 commit 06eb3bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ai-codegen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions: {}
1414
jobs:
1515
codegen:
1616
name: AI Codegen
17+
if: github.repository_owner == 'Effect-Ts'
1718
runs-on: ubuntu-latest
1819
permissions:
1920
contents: write

0 commit comments

Comments
 (0)