Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/codecoverage.yml

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ concurrency:
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
pull_request_target:
branches: [main]
workflow_dispatch:
Expand All @@ -19,7 +17,6 @@ on: # yamllint disable-line rule:truthy
jobs:
sonar:
name: SonarCloud
if: github.event_name == 'push' || github.event_name == 'pull_request_target'
uses: ansible/ansible-content-actions/.github/workflows/sonarcloud.yaml@main
with:
python_version: "3.12"
Expand All @@ -29,23 +26,19 @@ jobs:

changelog:
uses: ansible/ansible-content-actions/.github/workflows/changelog.yaml@main
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request_target'

ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main
if: github.event_name != 'push' && github.event_name != 'pull_request_target'

sanity:
uses: ansible/ansible-content-actions/.github/workflows/sanity.yaml@main
if: github.event_name != 'push' && github.event_name != 'pull_request_target'

unit-galaxy:
uses: ansible/ansible-content-actions/.github/workflows/unit.yaml@main
if: github.event_name != 'push' && github.event_name != 'pull_request_target'

integration:
uses: ansible/ansible-content-actions/.github/workflows/integration.yaml@main
if: github.event_name != 'push' && github.event_name != 'pull_request_target'

all_green:
if: ${{ always() }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Ansible Utilities Collection
[![Codecov](https://codecov.io/gh/ansible-collections/ansible.utils/branch/main/graph/badge.svg)](https://codecov.io/gh/ansible-collections/ansible.utils)
[![CI](https://github.com/ansible-collections/ansible.utils/actions/workflows/tests.yml/badge.svg?branch=main&event=schedule)](https://github.com/ansible-collections/ansible.utils/actions/workflows/tests.yml)

The Ansible ``ansible.utils`` collection includes a variety of plugins that aid in the management, manipulation and visibility of data for the Ansible playbook developer.
Expand Down