mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 08:54:51 +00:00
Fix all-green CI workflow (#1153)
This commit is contained in:
1
.github/workflows/all_green_check.yaml
vendored
1
.github/workflows/all_green_check.yaml
vendored
@@ -132,7 +132,6 @@ jobs:
|
||||
- coverage
|
||||
if: >-
|
||||
${{ needs.all_green.result == 'success'
|
||||
&& secrets.ANSIBLE_COLLECTIONS_ORG_SONAR_TOKEN_CICD_BOT != ''
|
||||
&& (github.event_name == 'push'
|
||||
|| (github.event_name == 'pull_request'
|
||||
&& github.event.pull_request.head.repo.full_name == github.repository)) }}
|
||||
|
||||
Reference in New Issue
Block a user