ci: test conditions
This commit is contained in:
parent
c273e4d1d4
commit
269ee58184
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
ci:
|
||||
if: github.event_name == 'push' && !contains(github.ref_name, 'renovate') || contains(github.event.pull_request.labels.*.name, 'ready') || (github.event_name == 'pull_request' && !contains(github.event.pull_request.head.ref, 'renovate'))
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
2
.github/workflows/renovate-app-version.yml
vendored
2
.github/workflows/renovate-app-version.yml
vendored
|
@ -2,7 +2,6 @@ name: Update app version in Renovate Branches
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["renovate/*"]
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
|
@ -15,6 +14,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update-app-version:
|
||||
if: github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'renovate')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue
Block a user