mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
15 lines
269 B
YAML
15 lines
269 B
YAML
|
name: "Pull Request: Validate"
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- master
|
||
|
|
||
|
concurrency:
|
||
|
group: ${{ github.head_ref }}-pr-validate
|
||
|
# cancel-in-progress: true
|
||
|
|
||
|
jobs:
|
||
|
pr-get-metadata:
|
||
|
uses: k8s-at-home/charts/.github/workflows/pr-get-metadata.yaml@master
|