Skip to content

Commit

Permalink
Merge branch 'develop' into TASK-5964
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio authored Jun 26, 2024
2 parents a4eb6dc + 420ea2a commit d8b75f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pull-request-approved.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pull request approve workflow

on:
pull_request_review:
types: [ submitted ]

jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop

test:
name: "Test analysis"
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit

0 comments on commit d8b75f4

Please sign in to comment.