diff --git a/.github/workflows/03.2.agentic_v2_ai.yml b/.github/workflows/03.2.agentic_v2_ai.yml index 92c9ca05..75b9c5e5 100644 --- a/.github/workflows/03.2.agentic_v2_ai.yml +++ b/.github/workflows/03.2.agentic_v2_ai.yml @@ -79,7 +79,7 @@ jobs: if git diff --staged --quiet; then echo "No changes in AI analysis to commit." else - git commit -m "chore: update inventory AI analysis" + git commit -m "chore: update inventory AI analysis [skip ci]" # Retry rebase+push to survive concurrent bot pushes to develop. for i in {1..5}; do git pull origin develop --rebase && git push origin develop && exit 0 diff --git a/.github/workflows/03.3.agentic_v2_videos.yml b/.github/workflows/03.3.agentic_v2_videos.yml index 9e8365cd..62d7eed9 100644 --- a/.github/workflows/03.3.agentic_v2_videos.yml +++ b/.github/workflows/03.3.agentic_v2_videos.yml @@ -89,7 +89,7 @@ jobs: if git diff --staged --quiet; then echo "No automated changes to commit." else - git commit -m "docs: update Video Hub with high-fidelity metadata" + git commit -m "docs: update Video Hub with high-fidelity metadata [skip ci]" # Retry rebase+push to survive concurrent bot pushes to develop. for i in {1..5}; do git pull origin develop --rebase && git push origin develop && exit 0