Apply suggestion from @beeankha

This commit is contained in:
Bianca Henderson
2026-05-15 16:04:08 -04:00
committed by GitHub
parent 00807d0e37
commit 39bc21ea47

View File

@@ -28,6 +28,10 @@ jobs:
name: SonarCloud Scan name: SonarCloud Scan
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
# ansible-test only runs from a path under ansible_collections/<namespace>/<collection>/
defaults:
run:
working-directory: ansible_collections/kubernetes/core
env: env:
# Pin ansible-test behavior; bump when raising supported ansible-core (see meta/runtime.yml). # Pin ansible-test behavior; bump when raising supported ansible-core (see meta/runtime.yml).
ANSIBLE_CORE_VERSION: "2.19.5" ANSIBLE_CORE_VERSION: "2.19.5"