Compare commits
2
Commits
37a5497336
...
078118f689
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
078118f689
|
||
|
|
0d7b93cab7
|
@@ -8,7 +8,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.event.pull_request.merged == true
|
if: |
|
||||||
|
github.event.pull_request.merged == true &&
|
||||||
|
!contains(github.event.pull_request.labels.*.name, 'Kind/Testing') &&
|
||||||
|
!contains(github.event.pull_request.labels.*.name, 'Kind/Documentation')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user