Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Mar 18, 2024
1 parent b4a1b28 commit a8f3eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vdbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
meta: [ 'redis', 'mysql', 'tikv']
meta: [ 'redis', 'mysql', 'fdb']
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
slack_bot_token: "${{ secrets.SLACK_BOT_TOKEN }}"

- name: Setup upterm session
# if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
if: failure()
if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
# if: failure()
timeout-minutes: 60
uses: lhotari/action-upterm@v1

0 comments on commit a8f3eae

Please sign in to comment.