File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 - " migrations/*.sql"
99
1010jobs :
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.
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 }}
You can’t perform that action at this time.
0 commit comments