From f6d805da287b5b3951cf4dff2c4d27dfd3f35c0f Mon Sep 17 00:00:00 2001 From: gudaoxuri Date: Fri, 29 Jul 2022 11:17:30 +0800 Subject: [PATCH] Adjustment project organization. --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4e00d594..0d9c977a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -71,7 +71,7 @@ jobs: publish: if: startsWith(github.ref, 'refs/tags/') - needs: [check-tardis, check-examples] + needs: [check] runs-on: ubuntu-latest steps: - name: Check out the repo