Skip to content

Commit

Permalink
debug and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent 1e73bf9 commit be3761b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ jobs:
else
echo "DISABLE_CACHE=false" >> $GITHUB_OUTPUT
fi
cat $GITHUB_OUTPUT
- name: Restore from cache
env:
NO_CACHE: ${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || (steps.issue_comment.outputs.DISABLE_CACHE == 'true') }}
NO_CACHE: ${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE }}
BOOTSTRAP: ${{ steps.cache.outputs.bootstrap }}
CONFIGURE: ${{ steps.cache.outputs.configure }}
EVENT: ${{ github.event_name }}
Expand Down

0 comments on commit be3761b

Please sign in to comment.