mirror of
https://github.com/ditkrg/k8s-set-context.git
synced 2026-01-24 14:56:48 +00:00
Review fix
This commit is contained in:
parent
d4e4c6b0da
commit
e91e7ad72d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -18,7 +18,9 @@ jobs:
|
|||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
if: ${GITHUB_REF##*/} == 'master'
|
env:
|
||||||
|
branch: ${GITHUB_REF##*/}
|
||||||
|
if: ${{ env:branch == 'master'}}
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm build
|
npm build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user