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 ##################################################### ##########################################################################