git.delta.rocks / unique-network / refs/commits / d16d7f8bc42e

difftreelog

push ready polkadot-types workflow

Unique2022-12-22parent: #d50b1a1.patch.diff
in: master

3 files changed

modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
3name: Polkadot types3name: Polkadot types
44
5# 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 tab
9# workflow_dispatch:
10
11on:6on:
12 pull_request:
13 branches: [ 'develop' ]7 workflow_call:
8 # Allows you to run this workflow manually from the Actions tab
14 types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]9 workflow_dispatch:
10
11# on:
12# pull_request:
13# branches: [ 'develop' ]
14# types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]
1515
1616
17# 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 parallel
29 strategy:29 strategy:
30 matrix:30 matrix:
31 include:31 include:
32 # - network: sapphire32 - network: sapphire
33 # 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
modified.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:
modifiedtests/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() {