Skip to content

Commit

Permalink
adding workflow_dispatch to test ci-reports (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Sep 25, 2023
1 parent 4732344 commit 5416260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
test-report:
Expand Down Expand Up @@ -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 }}
-Dliquibase.sdk.pr.definition=${{ github.event.workflow_run.head_branch }}

0 comments on commit 5416260

Please sign in to comment.