Skip to content

test: ci PR-check. #654

test: ci PR-check.

test: ci PR-check. #654

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" '