From 4cc2248ebaef865d95bd36f42270aad1e4f6d9df Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 13 Nov 2023 10:48:14 +0000 Subject: [PATCH] fix: add xnft to master CI --- --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -31,6 +31,10 @@ xcm: uses: ./.github/workflows/xcm.yml secrets: inherit # pass all secrets from initial workflow to nested + + xnft: + uses: ./.github/workflows/xnft.yml + secrets: inherit # pass all secrets from initial workflow to nested collator-selection: uses: ./.github/workflows/collator-selection.yml -- gitstuff