Skip to content

Commit

Permalink
#0: Disable BH tools test at workflow level
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jan 15, 2025
1 parent 76ce6c7 commit 1a50415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpp-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
with:
arch: ${{ inputs.arch }}
- name: ${{ matrix.test-group.name }} tests
#GH Issue 16167
if: ${{ !(inputs.runner-label == 'BH' && matrix.test-group.name == 'tools') }}
timeout-minutes: ${{ inputs.timeout }}
uses: ./.github/actions/docker-run
with:
Expand Down

0 comments on commit 1a50415

Please sign in to comment.