Skip to content

Commit

Permalink
Post build check
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 9, 2023
1 parent 229563c commit 48bd56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
triggers: database/${{ matrix.package}}/${{ matrix.triggers }}
timeout-minutes: 10

post-build:
Wrap-up:
needs: [DBs]
runs-on: ubuntu-22.04
steps:
- name: Post build
- name: Wrap-up
run: |
echo "Dummy step for workflow completion"

0 comments on commit 48bd56d

Please sign in to comment.