From 3f063f693a8bf682f0a667d27655a5113c96064e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 25 Aug 2024 20:44:23 +0900 Subject: [PATCH] WORKFLOW: tentative solution for PRs - try#7 [skip ci] --- .github/workflows/cooker-selfhosted.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 1b1ac7ba..70f2af7a 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -54,7 +54,6 @@ jobs: with: fetch-depth: 0 submodules: 'true' - ref: ${{ github.sha }} - name: "Install dependencies" run: "automation_tools/install_dependencies.sh"