ci: always force build
This commit is contained in:
parent
cfadeab524
commit
e6846793ef
|
@ -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 push
|
||||
|
|
Loading…
Reference in New Issue
Block a user