Crontb schedule

Hi all experts,

I wanted to run the following scripts by crontab schedule but it does not run. I want to run every Tuesday in a week. Please help me to schedule it.

30 11 6,13,20,27 * * /usr/openv/scripts/media_summary.ksh

30 11  * * 2   /usr/openv/scripts/media_summary.ksh     

(Linux Command Directory: crontab)