Skip to content

Commit

Permalink
Disable useles workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 28, 2025
1 parent b3ea8ed commit 89cd794
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 89cd794

Please sign in to comment.