Skip to content

Commit

Permalink
cicd: Pull request approve workflow #TASK-4970
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jun 14, 2024
1 parent 47f104d commit d0ad892
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 d0ad892

Please sign in to comment.