Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 24, 2024
1 parent edc1ce6 commit 8ccc877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/mount-coverage-dir/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
fi
echo input.subdir is ${{inputs.subdir}}
if [ -z "${{inputs.subdir}}" ]; then
if [[ "${{github.event_name}}" == "schedule" ]]; then
if [[ "${{github.event_name}}" == "schedule" || "${{github.event_name}}" == "workflow_dispatch" ]]; then
subdir=juicefs/schedule/$(date +"%Y%m%d")/${{github.workflow}}
else
subdir=juicefs/pr/$branch/${{github.workflow}}/${job_id}
Expand Down

0 comments on commit 8ccc877

Please sign in to comment.