Skip to content

ci: NO-Merge, testing PR-check CI. #649

ci: NO-Merge, testing PR-check CI.

ci: NO-Merge, testing PR-check CI. #649

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