From 54487198a9433fa37dd7b3992e1c25fb34189499 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Fri, 28 Feb 2025 12:55:39 +0100 Subject: [PATCH] SRE-2887 ci: Disable useleiss workflows Doc-only: true Signed-off-by: Tomasz Gromadzki --- .github/workflows/rpm-build-and-test.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rpm-build-and-test.yml b/.github/workflows/rpm-build-and-test.yml index 1943e6752c3..c027c1f3549 100644 --- a/.github/workflows/rpm-build-and-test.yml +++ b/.github/workflows/rpm-build-and-test.yml @@ -47,11 +47,14 @@ on: required: false type: boolean default: false - pull_request: - push: - branches: - - master - - 'release/*' + # Disable the workflow until the infrastructure is in place and + # the test procedure is fully implemented. + # This will also disable the constantly failing 'RPM Build and Test Report' workflow + #pull_request: + #push: + # branches: + # - master + # - 'release/*' concurrency: group: rpm-build-and-test-${{ github.head_ref || github.run_id }}