Skip to content

Commit

Permalink
ci: fix syntax error in production ci (databendlabs#11644)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored and andylokandy committed Nov 27, 2023
1 parent 474aa5d commit a6a3ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@ jobs:
name: test-stateful-standalone-linux

test_stateful_sharing:
if: env.BUILD_PROFILE == 'debug'
runs-on: [self-hosted, X64, Linux, 4c8g]
needs: build
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test_stateful_sharing
if: env.BUILD_PROFILE == 'debug'
timeout-minutes: 10
- name: Upload failure
if: failure() || cancelled()
Expand Down

0 comments on commit a6a3ce6

Please sign in to comment.