mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2026-02-08 01: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")"
|
||||
|
||||
- name: Publish collection
|
||||
if: github.event_name != 'workflow_dispatch' # skip publish for manual testing
|
||||
run: |
|
||||
echo "📤 Publishing $TARBALL ..."
|
||||
ansible-galaxy collection publish "$TARBALL" \
|
||||
|
||||
Reference in New Issue
Block a user