ci: always force build
All checks were successful
build / trigger-build-image (push) Successful in 15s

This commit is contained in:
张泊明518370910136 2025-06-02 21:15:04 -04:00
parent f039214720
commit bbbafeb734
GPG Key ID: CA088E6D9284F870

View File

@ -26,9 +26,5 @@ jobs:
cd runner-images
git submodule update --init --remote --force
git add -A
if echo "${{ github.event.head_commit.message }}" | grep -q "force build"; then
git commit --allow-empty -m "chore: ${{ github.repository }}@${{ github.sha }} trigger force build gitea actions"
else
git commit --allow-empty -m "chore: ${{ github.repository }}@${{ github.sha }} trigger build gitea actions"
fi
git commit --allow-empty -m "chore: ${{ github.repository }}@${{ github.sha }} trigger force build gitea actions"
git push