Allow manual publishing via workflow_dispatch

This commit is contained in:
Cursor AI
2026-01-25 11:51:36 +00:00
parent 7affd00193
commit 0b6069083d

View File

@@ -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" \