harbor/.github/workflows/pass-CI.yml
Yang Jiao 9ba18f8fe6
Handling skipped but required checks (#18564)
Signed-off-by: Yang Jiao <jiaoya@vmware.com>
2023-04-20 16:33:37 +08:00

26 lines
410 B
YAML

name: CI
on:
pull_request:
paths:
- 'docs/**'
- '**.md'
- 'tests/**'
- '!tests/**.sh'
- '!tests/apitests/**'
- '!tests/ci/**'
push:
paths:
- 'docs/**'
- '**.md'
- 'tests/**'
- '!tests/**.sh'
- '!tests/apitests/**'
- '!tests/ci/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'