revert: "chore: run format after build assets"
This reverts commit a1a5cb777a.
This commit is contained in:
parent
708212f359
commit
e04c79b208
|
|
@ -11,6 +11,9 @@ on:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: git-push-lock
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue