From bac01693b03c05f070c72fe171167081b082de7f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 04:04:58 +0100 Subject: [PATCH] - removed duplicate code checkouts --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9155ac7c0..c8e494703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,8 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code - uses: actions/checkout@v2 + #- name: Checkout code + # uses: actions/checkout@v2 ########################################################################## # LINT BACKEND ########################################################### ########################################################################## @@ -106,8 +106,8 @@ jobs: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## - - name: Checkout code - uses: actions/checkout@v2 + #- name: Checkout code + # uses: actions/checkout@v2 ########################################################################## # UNIT TESTS BACKEND ##################################################### ##########################################################################