mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2026-02-07 17:56:42 +03:00
Allow manual publishing via workflow_dispatch
This commit is contained in:
1
.github/workflows/galaxy.yml
vendored
1
.github/workflows/galaxy.yml
vendored
@@ -52,7 +52,6 @@ jobs:
|
|||||||
ls -l "$(dirname "$TARBALL")"
|
ls -l "$(dirname "$TARBALL")"
|
||||||
|
|
||||||
- name: Publish collection
|
- name: Publish collection
|
||||||
if: github.event_name != 'workflow_dispatch' # skip publish for manual testing
|
|
||||||
run: |
|
run: |
|
||||||
echo "📤 Publishing $TARBALL ..."
|
echo "📤 Publishing $TARBALL ..."
|
||||||
ansible-galaxy collection publish "$TARBALL" \
|
ansible-galaxy collection publish "$TARBALL" \
|
||||||
|
|||||||
Reference in New Issue
Block a user