Skip to content

Commit 8cc8abe

Browse files
committed
u
1 parent b3b9115 commit 8cc8abe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sql-review-action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "migrations/*.sql"
99

1010
jobs:
11-
check-release-on-test:
11+
check-release-on-prod:
1212
permissions:
1313
pull-requests: write # write permission required to allow the action writes the check results to the comment.
1414
runs-on: ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
@@ -23,5 +23,6 @@ jobs:
2323
BYTEBASE_SERVICE_ACCOUNT: [email protected]
2424
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET}}
2525
BYTEBASE_PROJECT: "projects/project-sample"
26-
BYTEBASE_TARGETS: "instances/test-sample-instance/databases/hr_test"
26+
BYTEBASE_TARGETS: "instances/test-sample-instance/databases/hr_prod"
2727
FILE_PATTERN: "migrations/*.sql"
28+
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)