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

This commit is contained in:
张泊明518370910136 2025-06-02 21:14:28 -04:00
parent cfadeab524
commit e6846793ef
GPG Key ID: D47306D7062CDA9D

View File

@ -54,9 +54,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