From 24d16b416a99cc309bb173189f1e95377218ec90 Mon Sep 17 00:00:00 2001 From: k-304 <8758440+k-304@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:41:59 +0200 Subject: [PATCH 1/2] Allow manual workflow runs --- .github/workflows/ansible-collection-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible-collection-integration-tests.yml b/.github/workflows/ansible-collection-integration-tests.yml index ae740e6..5dc30de 100644 --- a/.github/workflows/ansible-collection-integration-tests.yml +++ b/.github/workflows/ansible-collection-integration-tests.yml @@ -7,6 +7,7 @@ on: tags: "v*" branches: - "test/**" + workflow_dispatch: jobs: integration-test: name: >- From 822505509d01c17194608dbe0b361557d2cd72e9 Mon Sep 17 00:00:00 2001 From: k-304 <8758440+k-304@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:40:45 +0200 Subject: [PATCH 2/2] Fix CI job badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0565c55..45ba442 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Collection Integration tests](https://github.com/cloudscale-ch/ansible-collection-cloudscale/workflows/Collection%20Integration%20tests/badge.svg) +[![Ansible Collection Integration Tests](https://github.com/cloudscale-ch/ansible-collection-cloudscale/actions/workflows/ansible-collection-integration-tests.yml/badge.svg?branch=master)](https://github.com/cloudscale-ch/ansible-collection-cloudscale/actions/workflows/ansible-collection-integration-tests.yml) [![Codecov](https://img.shields.io/codecov/c/github/cloudscale-ch/ansible-collection-cloudscale)](https://codecov.io/gh/cloudscale-ch/ansible-collection-cloudscale) [![License](https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg)](LICENSE)