--- 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 --- 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 --- 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