Skip to content

Commit

Permalink
Update schedule-workflows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikaray16 authored Nov 29, 2024
1 parent 940ade2 commit d45c6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Deploy and Destroy Workflows"
on:
schedule:
- cron: '0 6 * * 5'
- cron: '30 6 * * 5'
- cron: '30 7 * * 5'
- cron: '30 12 * * 0'
- cron: '30 14 * * 0'

Expand All @@ -23,7 +23,7 @@ jobs:

- name: Trigger Destroy workflow
run: gh workflow run waf-on-ce-aws-destroy.yml --ref destroy-waf-aws-ce
if: github.event.schedule == '30 6 * * 5'
if: github.event.schedule == '30 7 * * 5'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d45c6d9

Please sign in to comment.