diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 64c94952b..94259e522 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -26,10 +26,6 @@ jobs: env: GO111MODULE: "on" steps: - - name: test-action-unsafe-checkout - if: ${{ contains(matrix.os, 'desktop-windows') }} - run: | - git config --global --add safe.directory C:/actions-runner/_work/compose/compose - uses: actions/checkout@v3 - uses: actions/setup-go@v3 @@ -38,12 +34,6 @@ jobs: cache: true check-latest: true - - name: Check arch of go binary - run: | - which go - file $(which go) - if: ${{ !contains(matrix.os, 'desktop-windows') }} - - name: List Docker resources on machine run: | docker ps --all