harbor/.github/workflows/pass-codeql-analysis.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
432 B
YAML

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