From 06db28ed500518423f4c926478f80db6e4be9473 Mon Sep 17 00:00:00 2001 From: MahdiBM Date: Wed, 11 Sep 2024 23:26:18 +0330 Subject: [PATCH] clean up --- .github/workflows/swift_matrix.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/swift_matrix.yml b/.github/workflows/swift_matrix.yml index 97489c7c99..0281ef2c18 100644 --- a/.github/workflows/swift_matrix.yml +++ b/.github/workflows/swift_matrix.yml @@ -136,15 +136,6 @@ jobs: apt-get -qq update && apt-get -qq -y install curl curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/check-matrix-job.sh | bash - - name: echo - run: | - echo "base sha: ${{ github.event.base.sha }}" - echo "before: ${{ github.event.before }}" - echo "cache hit: ${{ steps.restore-cache.outputs.cache-hit }}" - echo "enabled: ${{ matrix.swift.enabled }}" - echo "prefix: ${{ inputs.cache_key_prefix }}" - echo "combined: ${{ ((inputs.cache_key_prefix != '') && (steps.restore-cache.outputs.cache-hit != 'true')) }}" - - name: Cache .build if: ${{ matrix.swift.enabled && (inputs.cache_key_prefix != '') && (steps.restore-cache.outputs.cache-hit != 'true') }} uses: actions/cache/save@v4