Skip to content

Count the number of throttled log message and print it. #287

Count the number of throttled log message and print it.

Count the number of throttled log message and print it. #287

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