mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
24 lines
381 B
YAML
24 lines
381 B
YAML
on:
|
|
push:
|
|
paths-ignore:
|
|
- '**/*.md'
|
|
- '.gitignore'
|
|
- '.dockerignore'
|
|
- '.github/**'
|
|
- '.github/workflows/**'
|
|
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**/*.md'
|
|
- '.gitignore'
|
|
- '.dockerignore'
|
|
- '.github/**'
|
|
- '.github/workflows/**'
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
check:
|
|
uses: ./.github/workflows/check.yml
|