Skip to content

Commit

Permalink
Run monthly not weekly.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl authored Jul 28, 2024
1 parent b8ee3bb commit a2a55b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-it-so.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Hot this Week (production)

on:
schedule:
- cron: 0 14 * * 5
- cron: 0 14 1 * *
workflow_dispatch:

jobs:
Expand All @@ -14,4 +14,4 @@ jobs:
run: echo ${{ secrets.HTK_CONFIG }} | base64 --decode > htw-config.json

- name: Run Hot-this-week!
run: docker run -v "$(realpath .)/htw-config.json:/opt/app/config.json" ghcr.io/soup-bowl/hot-this-week:latest
run: docker run -v "$(realpath .)/htw-config.json:/opt/app/config.json" ghcr.io/soup-bowl/hot-this-week:latest -p monthly

0 comments on commit a2a55b0

Please sign in to comment.