ci: minor refactor
This commit is contained in:
parent
c8298297e2
commit
66051e4a0a
|
@ -1,11 +1,11 @@
|
||||||
name: ci-android
|
name: on-pr
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format_check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
|
@ -1,4 +1,4 @@
|
||||||
name: release-android
|
name: publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Reference in New Issue