mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 07:01:27 -07:00
Enable back push and schedule workflow
This commit is contained in:
parent
affcd1e93c
commit
39969f8298
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ansible-test-plugins.yml
vendored
14
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -1,18 +1,18 @@
|
||||||
---
|
---
|
||||||
name: Plugins CI
|
name: Plugins CI
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# paths:
|
paths:
|
||||||
# - 'plugins/**'
|
- 'plugins/**'
|
||||||
# - 'tests/**'
|
- 'tests/**'
|
||||||
# - '.github/workflows/ansible-test-plugins.yml'
|
- '.github/workflows/ansible-test-plugins.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'plugins/**'
|
- 'plugins/**'
|
||||||
- 'tests/**'
|
- 'tests/**'
|
||||||
- '.github/workflows/ansible-test-plugins.yml'
|
- '.github/workflows/ansible-test-plugins.yml'
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: '0 6 * * *'
|
- cron: '0 6 * * *'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue