rancher-charts/.github/workflows/pull-request.yaml

27 lines
479 B
YAML
Raw Normal View History

2022-01-04 00:10:36 +00:00
name: CI-pullrequest
on:
pull_request:
branches:
- dev-v*
- release-v*
2022-01-04 00:10:36 +00:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout into branch
run: git checkout -b staging-pr-workflow
- name: Pull scripts
run: sudo make pull-scripts
- name: Pull in all relevant branches
run: git fetch origin release-v2.6
- name: Validate
run: sudo make validate