mirror of
https://github.com/famedly/ansible-collection-network
synced 2024-11-13 23:47:09 +00:00
chore(ci): adjust for workflow changes
This commit is contained in:
parent
afa8db3475
commit
25bb3ca02a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ansible.yml
vendored
4
.github/workflows/ansible.yml
vendored
|
@ -1,11 +1,13 @@
|
||||||
---
|
---
|
||||||
name: Ansible CI
|
name: Ansible CI
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible:
|
ansible:
|
||||||
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
||||||
with:
|
with:
|
||||||
collection: network
|
collection: famedly/network
|
||||||
|
|
Loading…
Reference in a new issue