Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Dec 18, 2024
1 parent e0d0d7a commit ee3da46
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/prisma-migrations.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Prisma Migrations

on:
push:
paths:
- 'backend/prisma/**'
pull_request:
paths:
- 'backend/prisma/**'
workflow_run:
workflows: [".deploy", "merge", "pr-open", "pr-close"] # Add the names of all the workflows that should run before this one
types:
- completed

jobs:
run-migrations:
name: Run Prisma Migrations
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout code
Expand Down

0 comments on commit ee3da46

Please sign in to comment.