Skip to content

Commit

Permalink
SRE-2887 ci: Disable useless workflows
Browse files Browse the repository at this point in the history
Doc-only: true

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 28, 2025
1 parent 437e0bb commit a650d46
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a650d46

Please sign in to comment.