Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Sep 11, 2024
1 parent 01822db commit 06db28e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/swift_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06db28e

Please sign in to comment.