From ed18e5ad9db2fafe8a61bcb1299283d13e4ea7b7 Mon Sep 17 00:00:00 2001 From: habibayassin Date: Thu, 25 Jul 2024 17:39:00 +0000 Subject: [PATCH] donot fetch submodules Signed-off-by: habibayassin --- .github/workflows/github-actions-update-rules.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions-update-rules.yml b/.github/workflows/github-actions-update-rules.yml index ab8f35a1fb..01e4ddc27e 100644 --- a/.github/workflows/github-actions-update-rules.yml +++ b/.github/workflows/github-actions-update-rules.yml @@ -13,7 +13,6 @@ jobs: - name: Check out repository code recursively uses: actions/checkout@v3 with: - submodules: recursive fetch-depth: 0 - name: Git prep run: |