Skip to content

Automatic update of RELEASED_VERSIONS file for Rox release 4.4.4 (#1734) #292

Automatic update of RELEASED_VERSIONS file for Rox release 4.4.4 (#1734)

Automatic update of RELEASED_VERSIONS file for Rox release 4.4.4 (#1734) #292

Workflow file for this run

name: Run konflux workflows
on:
push:
branches:
- master
- release-*
tags:
- 3.*.*
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- reopened
concurrency:
group: ${{ github.head_ref || github.run_id }}-konflux
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/konflux-tests.yml
if: github.event_name == 'push' ||
contains(github.head_ref, 'konflux') ||
contains(github.head_ref, 'rhtap')
secrets: inherit