Skip to content

Commit

Permalink
add workflow_dispatch trigger, tweak cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jul 14, 2023
1 parent fca2af7 commit e68ded7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- daily
- push-www
schedule:
- cron: "0 17 3-11 * *"
- cron: "0 17 3-14 * *"
workflow_dispatch:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit e68ded7

Please sign in to comment.