Skip to content

Commit

Permalink
don't go every minute of the prescribed hour
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 26, 2020
1 parent edf1d23 commit c1d0cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/shane/github/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class GithubAction extends SfdxCommand {
push: { branches: ['master'] },

// schedule: [{ cron: `"${getRandomInt(0, 60)} ${getRandomInt(0, 24)} * * ${getRandomInt(0, 7)}"` }]
schedule: [{ cron: `* ${getRandomInt(0, 24)} * * ${getRandomInt(0, 7)}` }]
schedule: [{ cron: `*/31 ${getRandomInt(0, 24)} * * ${getRandomInt(0, 7)}` }]
},
jobs: {}
};
Expand Down

0 comments on commit c1d0cf5

Please sign in to comment.