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
45 repository: 'UniqueNetwork/market-e2e-tests'45 repository: 'UniqueNetwork/market-e2e-tests'
46 ssh-key: ${{ secrets.GH_PAT }}46 ssh-key: ${{ secrets.GH_PAT }}
47 path: 'qa-tests'47 path: 'qa-tests'
48# ref: 'master'
49 ref: 'ci_test_v2'48 ref: 'master'
5049
51 - name: Read .env file50 - name: Read .env file
52 uses: xom9ikk/dotenv@v1.0.251 uses: xom9ikk/dotenv@v1.0.2
modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
--- a/.github/workflows/xcm-tests_v2.yml
+++ b/.github/workflows/xcm-tests_v2.yml
@@ -13,12 +13,6 @@
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
 
-  xcm-build-results:
-    runs-on: medium
-    steps:
-      - name: print previous job results
-        run: echo ${{needs.xcm-testnet-build.result}}
-
   prepare-execution-marix:
 
     name: Prepare execution matrix