Skip to content

konflux: enable hermetic builds #116

konflux: enable hermetic builds

konflux: enable hermetic builds #116

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
- name: Check for Git differences
# This step checks if the 'generate' command created any uncommitted changes.
run: |
git diff --exit-code