Skip to content

Commit

Permalink
test workflow by changing to on push
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Aug 17, 2024
1 parent 4e89550 commit 4ddd8b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/psql.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: psql demo db build
on:
pull_request_review:
types: [submitted]
on: push

jobs:
mimic-iv-psql:
# only run if PR is approved
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
container: python:3.10

Expand Down

0 comments on commit 4ddd8b4

Please sign in to comment.