Fix all-green CI workflow (#1153)

This commit is contained in:
Bianca Henderson
2026-06-26 10:34:56 -04:00
committed by GitHub
parent ae90b60fd6
commit 8bf31513f5
3 changed files with 3 additions and 4 deletions

View File

@@ -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)) }}