mirror of
https://github.com/roles-ansible/role-postgresql-backup.git
synced 2024-08-16 10:19:49 +02:00
No cron for alpine linux
This commit is contained in:
parent
5e912f5e26
commit
4dd1b4e85b
1 changed files with 0 additions and 16 deletions
16
.github/workflows/ansible-alpine-latest.yml
vendored
16
.github/workflows/ansible-alpine-latest.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Ansible check alpine:latest
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with alpine:latest
|
||||
uses: roles-ansible/check-ansible-alpine-latest-action@master
|
||||
with:
|
||||
targets: "./"
|
Loading…
Reference in a new issue