revert: "chore: run format after build assets"

This reverts commit a1a5cb777a.
This commit is contained in:
Tony 2024-03-22 12:08:10 +08:00
parent 708212f359
commit e04c79b208
2 changed files with 6 additions and 4 deletions

View File

@ -11,6 +11,9 @@ on:
permissions:
contents: read
concurrency:
group: git-push-lock
jobs:
build:
runs-on: ubuntu-latest

View File

@ -4,14 +4,13 @@ on:
push:
branches:
- master
workflow_run:
workflows: ['Build assets']
types:
- completed
permissions:
contents: read
concurrency:
group: git-push-lock
jobs:
format:
permissions: