mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
chore: actions skip chore build
This commit is contained in:
parent
08444157fc
commit
8bbea2bf52
1
.github/workflows/Build-Apk.yml
vendored
1
.github/workflows/Build-Apk.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'chore:') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user