From c12e31a14fd7fd1bbc9108427b6d43b86ce96d6e Mon Sep 17 00:00:00 2001 From: Manuel Grundner Date: Fri, 2 Sep 2022 07:06:41 +0200 Subject: [PATCH] chore: don't checkout twice --- .github/workflows/Xenial.Blog.xenial-io.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Xenial.Blog.xenial-io.yml b/.github/workflows/Xenial.Blog.xenial-io.yml index 1874b6e..405cecb 100644 --- a/.github/workflows/Xenial.Blog.xenial-io.yml +++ b/.github/workflows/Xenial.Blog.xenial-io.yml @@ -45,7 +45,6 @@ jobs: needs: [build] if: github.event.pull_request == false steps: - - uses: actions/checkout@v2 - uses: actions/checkout@v2 - name: Checkout Submodules run: git submodule init