ci: always force build
All checks were successful
build / trigger-build-image (push) Successful in 15s
All checks were successful
build / trigger-build-image (push) Successful in 15s
This commit is contained in:
parent
f039214720
commit
bbbafeb734
|
@ -26,9 +26,5 @@ jobs:
|
||||||
cd runner-images
|
cd runner-images
|
||||||
git submodule update --init --remote --force
|
git submodule update --init --remote --force
|
||||||
git add -A
|
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"
|
||||||
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 push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user