Skip to content

Run integration tests on konflux built images #3

Run integration tests on konflux built images

Run integration tests on konflux built images #3

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 }}-konflux
cancel-in-progress: true
jobs:
debug:
runs-on: ubuntu-latest
env:
HEAD_REF: ${{ github.head_ref }}
steps:
- run: echo "${HEAD_REF}"
run-tests:
uses: ./.github/workflows/konflux-tests.yml
if: contains(fromJSON('["konflux", "rhtap"]'), github.head_ref)
secrets: inherit