mirror of https://git.rancher.io/charts
Adding job conditional
parent
2f3b41cb01
commit
00c17d5cf2
|
@ -5,12 +5,10 @@ on:
|
|||
types:
|
||||
- submitted
|
||||
- approved
|
||||
branches:
|
||||
- dev-v*
|
||||
- release-v*
|
||||
|
||||
jobs:
|
||||
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
|
||||
steps:
|
||||
- name: Check checkboxes
|
||||
|
|
Loading…
Reference in New Issue