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
0ef1f48654
commit
b2ca6454ed
1 changed files with 3 additions and 8 deletions
11
.github/workflows/template_initialization.yaml
vendored
11
.github/workflows/template_initialization.yaml
vendored
|
|
@ -1,10 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
on: create
|
||||
|
||||
jobs:
|
||||
template_initialization:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -19,7 +14,7 @@ jobs:
|
|||
|
||||
- name: Checks results
|
||||
run: |
|
||||
if [ "$IS_VALID_NODE_MODULE_NAME" = "true" ]; then
|
||||
if [ "$IS_VALID_NODE_MODULE_NAME" = "false" ]; then
|
||||
echo $MODULE_NAME" is not a valid node module name"
|
||||
false
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue