Skip to content

Commit 0742efa

Browse files
committed
chore: temp disable release job
1 parent 5ebcd6e commit 0742efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
runs-on: ubuntu-22.04
320320
name: release
321321
needs: [build, postgres-test, postgres-build]
322-
if: github.ref == 'refs/heads/main'
322+
if: false #github.ref == 'refs/heads/main'
323323

324324
env:
325325
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)