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