Skip to content

Commit

Permalink
Merge pull request #264 from opencb/TASK-4970
Browse files Browse the repository at this point in the history
TASK-4970 - New CI/CD should be triggered when a PR is approved for OpenCGA repository
  • Loading branch information
juanfeSanahuja authored Jun 18, 2024
2 parents 7ea67e4 + c83345c commit 420ea2a
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 420ea2a

Please sign in to comment.