mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-25 14:20:24 -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
|
||||
on:
|
||||
# push:
|
||||
# paths:
|
||||
# - 'plugins/**'
|
||||
# - 'tests/**'
|
||||
# - '.github/workflows/ansible-test-plugins.yml'
|
||||
push:
|
||||
paths:
|
||||
- 'plugins/**'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/ansible-test-plugins.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'plugins/**'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/ansible-test-plugins.yml'
|
||||
# schedule:
|
||||
# - cron: '0 6 * * *'
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue