diff --git a/.github/actions/mount-coverage-dir/action.yml b/.github/actions/mount-coverage-dir/action.yml index ff19e181b34e..03f63a78c178 100644 --- a/.github/actions/mount-coverage-dir/action.yml +++ b/.github/actions/mount-coverage-dir/action.yml @@ -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}