ci: update app version only if last commit doesn't contain [ready]
This commit is contained in:
parent
7c071de55e
commit
f01413b72b
1
.github/workflows/renovate-app-version.yml
vendored
1
.github/workflows/renovate-app-version.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-app-version:
|
update-app-version:
|
||||||
|
if: contains(github.event.head_commit.message, '[ready]') == false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue
Block a user