Skip to content

fix(interactive): Do not use otel java agent to reduce export size #2361

fix(interactive): Do not use otel java agent to reduce export size

fix(interactive): Do not use otel java agent to reduce export size #2361

Workflow file for this run

name: GraphScope Flex CI (Dummy)
on:
pull_request:
branches:
- main
paths:
- '**'
- '!flex/**'
- '!.github/workflows/flex.yml'
concurrency:
group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build-gae:
runs-on: ubuntu-20.04
if: ${{ github.repository == 'alibaba/GraphScope' }}
steps:
- run: 'echo "No action required" '