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
--- a/.github/workflows/polkadot-types.yml
+++ b/.github/workflows/polkadot-types.yml
@@ -3,15 +3,15 @@
 name: Polkadot types
 
 # Triger: only call from main workflow(re-usable workflows)
+on:
+  workflow_call:
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
 # on:
-#   workflow_call:
-#   # Allows you to run this workflow manually from the Actions tab
-#   workflow_dispatch:
-
-on:
-  pull_request:
-    branches: [ 'develop' ]
-    types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]
+#   pull_request:
+#     branches: [ 'develop' ]
+#     types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]
 
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -29,12 +29,12 @@
     strategy:
       matrix:
         include:
-          # - network: sapphire
-          #   usage: "--sapphire"
-          # - network: "opal"
-          #   usage: ""
-          # - network: "quartz"
-          #   usage: ""
+          - network: sapphire
+            usage: "--sapphire"
+          - network: "opal"
+            usage: ""
+          - network: "quartz"
+            usage: ""
           - network: "unique"
             usage: ""
 
modified.github/workflows/schedule-trigger-for-develop-build.ymldiffbeforeafterboth
1name: schedule-trigger-for-develop-build1name: schedule-trigger-for-develop-build
2on:2on:
3 # update the branch ci/develop-scheduler every night3 # update the branch ci/develop-scheduler every night
4 schedule:4 # schedule:
5 - cron: '0 1 * * *'5 # - cron: '0 1 * * *'
6 # or update the branch manually6 # or update the branch manually
7 workflow_dispatch:7 workflow_dispatch:
8 # pull_request:8 # pull_request:
9 # branches: [ 'develop' ]9 # branches: [ 'develop' ]
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() {