fix: do not publish to galaxy because of namespace limitations
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 2m21s
test / Molecule tests (default, debian12) (push) Successful in 2m36s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m58s
test / Molecule tests (with_custom_conf, debian11) (push) Successful in 2m29s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m52s
test / Molecule tests (with_custom_conf, debian12) (push) Successful in 2m21s
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Successful in 2m54s
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Successful in 3m13s
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 2m21s
test / Molecule tests (default, debian12) (push) Successful in 2m36s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m58s
test / Molecule tests (with_custom_conf, debian11) (push) Successful in 2m29s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m52s
test / Molecule tests (with_custom_conf, debian12) (push) Successful in 2m21s
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Successful in 2m54s
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Successful in 3m13s
This commit is contained in:
parent
0c0df39261
commit
2b81cd74e1
20
.github/workflows/publish.yml
vendored
20
.github/workflows/publish.yml
vendored
@ -1,20 +0,0 @@
|
||||
---
|
||||
name: publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish to galaxy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
uses: ednxzu/galaxy-import-role@v2
|
||||
with:
|
||||
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
||||
repository-owner: ednz-cloud
|
||||
repository-name: deploy_keepalived
|
Loading…
Reference in New Issue
Block a user