difftreelog
push ready polkadot-types workflow
in: master
3 files changed
.github/workflows/polkadot-types.ymldiffbeforeafterboth3name: Polkadot types3name: Polkadot types445# Triger: only call from main workflow(re-usable workflows)5# Triger: only call from main workflow(re-usable workflows)6# on:7# workflow_call:8# # Allows you to run this workflow manually from the Actions tab9# workflow_dispatch:1011on:6on:12 pull_request:13 branches: [ 'develop' ]7 workflow_call:8 # Allows you to run this workflow manually from the Actions tab14 types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]9 workflow_dispatch:1011# on:12# pull_request:13# branches: [ 'develop' ]14# types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]1515161617# A workflow run is made up of one or more jobs that can run sequentially or in parallel17# A workflow run is made up of one or more jobs that can run sequentially or in parallel29 strategy:29 strategy:30 matrix:30 matrix:31 include:31 include:32 # - network: sapphire32 - network: sapphire33 # usage: "--sapphire"33 usage: "--sapphire"34 # - network: "opal"34 - network: "opal"35 # usage: ""35 usage: ""36 # - network: "quartz"36 - network: "quartz"37 # usage: ""37 usage: ""38 - network: "unique"38 - network: "unique"39 usage: ""39 usage: ""4040.github/workflows/schedule-trigger-for-develop-build.ymldiffbeforeafterboth--- a/.github/workflows/schedule-trigger-for-develop-build.yml
+++ b/.github/workflows/schedule-trigger-for-develop-build.yml
@@ -1,8 +1,8 @@
name: schedule-trigger-for-develop-build
on:
# update the branch ci/develop-scheduler every night
- schedule:
- - cron: '0 1 * * *'
+ # schedule:
+ # - cron: '0 1 * * *'
# or update the branch manually
workflow_dispatch:
# pull_request:
tests/scripts/generate_types_package.shdiffbeforeafterboth--- a/tests/scripts/generate_types_package.sh
+++ b/tests/scripts/generate_types_package.sh
@@ -6,9 +6,6 @@
TEMPLATE=$DIR/types_template
GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git
-# git config user.name "Unique"
-# git config user.email "github-actions@usetech.com"
-
. $DIR/functions.sh
usage() {