mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update template_initialization.yaml
This commit is contained in:
parent
7e6c52871e
commit
0ef1f48654
1 changed files with 8 additions and 3 deletions
11
.github/workflows/template_initialization.yaml
vendored
11
.github/workflows/template_initialization.yaml
vendored
|
|
@ -1,5 +1,10 @@
|
||||||
on: create
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
jobs:
|
jobs:
|
||||||
template_initialization:
|
template_initialization:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -14,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Checks results
|
- name: Checks results
|
||||||
run: |
|
run: |
|
||||||
if [ "$IS_VALID_NODE_MODULE_NAME" = "false" ]; then
|
if [ "$IS_VALID_NODE_MODULE_NAME" = "true" ]; then
|
||||||
echo $MODULE_NAME" is not a valid node module name"
|
echo $MODULE_NAME" is not a valid node module name"
|
||||||
false
|
false
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue