Skip to content

Run integration tests on konflux built images #1

Run integration tests on konflux built images

Run integration tests on konflux built images #1

Workflow file for this run

name: Run konflux workflows
on:
push:
branches:
- master
- release-*
tags:
- 3.*.*
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/konflux-tests.yml
if: contains(fromJSON('["konflux", "rhtap"]'), github.head_ref)
secrets: inherit