diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 07e7691cc9..3c0ae59d6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -383,20 +383,6 @@ jobs: pr-number: ${{ inputs.pr-number }} target-branch: ${{ inputs.target-branch }} - run-metrics-tests: - # 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: - registry: ghcr.io - repo: ${{ github.repository_owner }}/kata-deploy-ci - tag: ${{ inputs.tag }}-amd64 - commit-hash: ${{ inputs.commit-hash }} - pr-number: ${{ inputs.pr-number }} - target-branch: ${{ inputs.target-branch }} - run-basic-amd64-tests: if: ${{ inputs.skip-test != 'yes' }} needs: build-kata-static-tarball-amd64