We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baafe7 commit 9200b31Copy full SHA for 9200b31
.github/workflows/edgedb.yml
@@ -14,6 +14,7 @@ jobs:
14
15
- name: Schema Migrations In Sync
16
run: edgedb migration status
17
+ if: github.event.pull_request.draft == false
18
19
- name: Validate seed scripts are error free
20
run: yarn edgedb:seed
0 commit comments