Skip to content

Commit 433c0b2

Browse files
committed
update comment
1 parent 8709e35 commit 433c0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "Upload done!"
2020
deploy_to_test:
2121
needs: build
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
2323
environment: test
2424
env:
2525
BYTEBASE_URL: https://demo.bytebase.com

workflows/sql-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check_release_on_test:
1010
permissions:
1111
pull-requests: write # write permission required to allow the action writes the check results to the comment.
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
1515
BYTEBASE_URL: https://demo.bytebase.com

0 commit comments

Comments
 (0)