Skip to content

Commit ea5327f

Browse files
ops: disable auto-release (#400)
trigger isn't working b/c github doesn't let you chain from bot to bot to prevent loops need to merge the workflows https://linear.app/codegen-sh/issue/CG-10755/merge-releaseyml-with-auto-releaseyml
1 parent a5f2f1d commit ea5327f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
release:
13+
if: false # TODO(CG-10755): merge this with release.yml
1314
name: Release
1415
runs-on: ubuntu-latest
1516
permissions:

0 commit comments

Comments
 (0)