Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent 56135d5 commit 4dc6892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
NO_CACHE: ${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}
DISABLE_CACHE: ${{ steps.issue_comment.outputs.DISABLE_CACHE }}
DISABLE_CACHE: ${{ steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}
DISABLE_CACHE2: ${{ steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}
BOOTSTRAP: ${{ steps.cache.outputs.bootstrap }}
CONFIGURE: ${{ steps.cache.outputs.configure }}
EVENT: ${{ github.event_name }}
Expand Down

0 comments on commit 4dc6892

Please sign in to comment.