mirror of https://git.rancher.io/charts
Adding job conditional
parent
2f3b41cb01
commit
00c17d5cf2
|
@ -5,12 +5,10 @@ on:
|
||||||
types:
|
types:
|
||||||
- submitted
|
- submitted
|
||||||
- approved
|
- approved
|
||||||
branches:
|
|
||||||
- dev-v*
|
|
||||||
- release-v*
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkbox-check:
|
checkbox-check:
|
||||||
|
if: startsWith(github.event.pull_request.base.ref, 'dev-v') || startsWith(github.event.pull_request.base.ref, 'release-v')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check checkboxes
|
- name: Check checkboxes
|
||||||
|
|
Loading…
Reference in New Issue