Skip to content

Commit

Permalink
Run recocop earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-chappell committed Jan 6, 2025
1 parent 3e6d6e6 commit 2436691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cdk/lib/service-catalogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ export class ServiceCatalogue extends GuStack {

const prodSchedule = Schedule.cron({
weekDay: 'MON-FRI',
hour: '9',
minute: '30',
hour: '7',
minute: '0',
});

const securityAlertSchedule = nonProdSchedule ?? prodSchedule;
Expand Down

0 comments on commit 2436691

Please sign in to comment.