Fix filename and workflow name

This commit is contained in:
Laurent Indermuehle 2024-04-10 13:31:54 +02:00
parent 75fc55c316
commit 11fe19b9f2
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,16 +1,12 @@
---
name: Plugins CI
name: Plugins CI Matrix output
on: # yamllint disable-line rule:truthy
push:
paths:
- 'plugins/**'
- 'tests/**'
- '.github/workflows/ansible-test-plugins.yml'
- '.github/workflows/ansible-test-plugins-output-matrix.yml'
pull_request:
paths:
- 'plugins/**'
- 'tests/**'
- '.github/workflows/ansible-test-plugins.yml'
- '.github/workflows/ansible-test-plugins-output-matrix.yml'
jobs: