difftreelog
try to move debug into existing workflow
in: master
2 files changed
.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth13# 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 parallel14jobs:14jobs:1516 xcm-build-results:17 steps:18 - name: print previous job results19 run: echo ${{needs.xcm-testnet-build.result}}152016 prepare-execution-marix:21 prepare-execution-marix:1722.github/workflows/xcm.ymldiffbeforeafterboth--- a/.github/workflows/xcm.yml
+++ b/.github/workflows/xcm.yml
@@ -11,11 +11,6 @@
uses: ./.github/workflows/xcm-testnet-build.yml
secrets: inherit
- xcm-build-results:
- steps:
- - name: print previous job results
- run: echo ${{needs.xcm-testnet-build.result}}
-
xcm-tests:
name: tests
needs: [ xcm-testnet-build ]