Skip to content

Commit 9200b31

Browse files
authored
CI skip clean migration check while PR is draft (#3065)
1 parent 2baafe7 commit 9200b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/edgedb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
- name: Schema Migrations In Sync
1616
run: edgedb migration status
17+
if: github.event.pull_request.draft == false
1718

1819
- name: Validate seed scripts are error free
1920
run: yarn edgedb:seed

0 commit comments

Comments
 (0)