File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
echo "Upload done!"
20
20
deploy_to_test :
21
21
needs : build
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
23
23
environment : test
24
24
env :
25
25
BYTEBASE_URL : https://demo.bytebase.com
Original file line number Diff line number Diff line change 9
9
check_release_on_test :
10
10
permissions :
11
11
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.
13
13
env :
14
14
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
15
15
BYTEBASE_URL : https://demo.bytebase.com
You can’t perform that action at this time.
0 commit comments