please review this cron syntax

Dears
if i want to run this job every Saturday at 6 AM that will be the code

* 6 * * 1 cd /export/home/jenova ; ls -ltr >> $HOME/jenova_dir

0 6 * * 6 cd /export/home/jenova ; ls -ltr >> $HOME/jenova_dir

thanks for your effort