diff --git a/.github/workflows/workers-ee.yaml b/.github/workflows/workers-ee.yaml index e434d2716..723151287 100644 --- a/.github/workflows/workers-ee.yaml +++ b/.github/workflows/workers-ee.yaml @@ -26,13 +26,13 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 - with: - # We need to diff with old commit - # to see which workers got changed. - fetch-depth: 2 - # ref: staging + # - name: Checkout + # uses: actions/checkout@v2 + # with: + # # We need to diff with old commit + # # to see which workers got changed. + # fetch-depth: 2 + # # ref: staging - name: Docker login run: |