mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-16 06:22:10 +00:00
Apply suggestion from @beeankha
This commit is contained in:
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user