mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Fix filename and workflow name
This commit is contained in:
parent
75fc55c316
commit
11fe19b9f2
1 changed files with 3 additions and 7 deletions
|
@ -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:
|
Loading…
Add table
Reference in a new issue