Skip to content

Commit 2999c8d

Browse files
committed
Stop doing dev migrations that our schema isn't changing frequently
I think branches now can help change our strategy here.
1 parent 58f18cd commit 2999c8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/edgedb-setup/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ runs:
99
- run: edgedb configure set session_idle_transaction_timeout 5min
1010
shell: bash
1111

12-
- run: edgedb migrate --dev-mode
13-
shell: bash
14-
1512
- name: Generate EdgeDB TS files
1613
shell: bash
1714
run: yarn edgedb:gen

0 commit comments

Comments
 (0)