From 5416260a011e30bf6890528c95f98fba4c965add Mon Sep 17 00:00:00 2001 From: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:09:23 -0700 Subject: [PATCH] adding workflow_dispatch to test ci-reports (#81) --- .github/workflows/ci-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-report.yml b/.github/workflows/ci-report.yml index 91ecde73..aacace5f 100644 --- a/.github/workflows/ci-report.yml +++ b/.github/workflows/ci-report.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: test-report: @@ -48,4 +49,4 @@ jobs: mvn -B liquibase-sdk:set-pull-request-comment \ -Dliquibase.sdk.repo=${{ github.repository }} \ -Dliquibase.sdk.pr.newComment=BUILD_TESTING \ - -Dliquibase.sdk.pr.definition=${{ github.event.workflow_run.head_branch }} \ No newline at end of file + -Dliquibase.sdk.pr.definition=${{ github.event.workflow_run.head_branch }}