Skip to content

Commit

Permalink
Update schedule-workflows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Sep 2, 2024
1 parent 2e96958 commit 766db4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schedule-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ jobs:

- name: Trigger Deploy workflow
run: gh workflow run bot-defense-re-deploy.yaml --ref bot-defense-re
if: github.event.schedule == '30 8 * * 0'
if: github.event.schedule == '30 88 * * 0'
env:
GH_TOKEN: ${{ secrets.ACTIONS_SECRET }}

- name: Trigger Destroy workflow
run: gh workflow run bot-defense-re-destroy.yaml --ref destroy-bot-defense-re
if: github.event.schedule == '30 9 * * 0'
if: github.event.schedule == '30 98 * * 0'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Trigger Deploy workflow
run: gh workflow run waf-on-ce-aws-apply.yml --ref deploy-waf-aws-ce
if: github.event.schedule == '30 12 * * 0'
if: github.event.schedule == '30 128 * * 0'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Expand Down

0 comments on commit 766db4c

Please sign in to comment.