git.delta.rocks / unique-network / refs/commits / 3fb50d2df515

difftreelog

fix small make up

Alexander Aksenov2022-09-14parent: #2a07d1e.patch.diff
in: master

3 files changed

modified.github/workflows/ci-master.ymldiffbeforeafterboth
--- a/.github/workflows/ci-master.yml
+++ b/.github/workflows/ci-master.yml
@@ -18,16 +18,13 @@
     uses: ./.github/workflows/node-only-update_v2.yml
 
   forkless:
-    if: ${{ contains( github.event.pull_request.labels.*.name, 'forkless') }}
     uses: ./.github/workflows/forkless.yml
 
   canary:
-    if: ${{ contains( github.event.pull_request.labels.*.name, 'canary') }}
     uses: ./.github/workflows/canary.yml
     secrets: inherit # pass all secrets
 
   xcm:
-    if: ${{ contains( github.event.pull_request.labels.*.name, 'xcm') }}
     uses: ./.github/workflows/xcm.yml
     secrets: inherit # pass all secrets
 
modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
--- a/.github/workflows/market-test_v2.yml
+++ b/.github/workflows/market-test_v2.yml
@@ -45,8 +45,7 @@
           repository: 'UniqueNetwork/market-e2e-tests'
           ssh-key: ${{ secrets.GH_PAT }}
           path: 'qa-tests'
-#          ref: 'master'
-          ref: 'ci_test_v2'
+          ref: 'master'
 
       - name: Read .env file
         uses: xom9ikk/dotenv@v1.0.2
modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
13# A workflow run is made up of one or more jobs that can run sequentially or in parallel13# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14jobs:14jobs:
15
16 xcm-build-results:
17 runs-on: medium
18 steps:
19 - name: print previous job results
20 run: echo ${{needs.xcm-testnet-build.result}}
2115
22 prepare-execution-marix:16 prepare-execution-marix:
2317