Skip to content

Replaced the Kustomize-based Tekton PipelineRun generation pipeline with a Jinja2/Python script #269

Replaced the Kustomize-based Tekton PipelineRun generation pipeline with a Jinja2/Python script

Replaced the Kustomize-based Tekton PipelineRun generation pipeline with a Jinja2/Python script #269

name: Generate Tekton PipelineRuns Resources
on:
pull_request:
branches:
- testing-devel
paths:
- '.tekton/**'
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Execute generate command
run: ./ci/generate-tekton-pipelinerun.py --check