Skip to content

Commit f628d37

Browse files
committed
ci: only run release on postgres 16 CI
1 parent 260823d commit f628d37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/elixir.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
postgres: true
1818
postgres-version: ${{ matrix.postgres-version }}
1919
publish-docs: ${{ matrix.postgres-version == '16' }}
20+
release: ${{ matrix.postgres-version == '16' }}
21+
igniter-upgrade: ${{matrix.postgres-version == '16'}}
22+
2023
secrets:
2124
hex_api_key: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)