Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 5, 2024
1 parent 680f482 commit f86a8c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-mill-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
MILL_COMPILER_BRIDGE_VERSIONS: ${{ inputs.env-bridge-versions }}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
if: ${{ inputs.populate_cache }}

- uses: actions/download-artifact@v4
if: ${{ !inputs.populate_cache }}

Expand Down

0 comments on commit f86a8c0

Please sign in to comment.