Skip to content

Commit

Permalink
ci: fix clean
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Sep 19, 2024
1 parent 83a7875 commit 8c380dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
}
continue
}
${{ github.event.schedule || '// clean main branch caches' }}
${{ github.event.schedule || 'deleteCaches.push(c)' }}
${{ github.event.schedule && '' || '// clean main branch caches' }}
${{ github.event.schedule && '' || 'deleteCaches.push(c)' }}
}
// delete
Expand Down

0 comments on commit 8c380dc

Please sign in to comment.