1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-09 08:57:25 +00:00

Merge pull request from stevenhorsman/disable-metrics-jobs

ci: Remove metric jobs
This commit is contained in:
Steve Horsman 2025-04-08 18:16:35 +01:00 committed by GitHub
commit 8df271358e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,7 +304,9 @@ jobs:
target-branch: ${{ inputs.target-branch }}
run-metrics-tests:
if: ${{ inputs.skip-test != 'yes' }}
# Skip metrics tests whilst runner is broken
if: false
# if: ${{ inputs.skip-test != 'yes' }}
needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-metrics.yaml
with: