Skip to content

Commit

Permalink
cron and extended
Browse files Browse the repository at this point in the history
  • Loading branch information
slamp authored Jan 21, 2023
1 parent 48803b4 commit 0e90afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: My Mastodon Digest
on:
schedule:
- cron: '0 10,22 * * *'
- cron: '0 06,18 * * *'
workflow_dispatch:
jobs:
update:
Expand All @@ -26,7 +26,7 @@ jobs:
MASTODON_BASE_URL: ${{ secrets.MASTODON_BASE_URL }}
MASTODON_USERNAME: ${{ secrets.MASTODON_USERNAME }}
run: |
python run.py -n 12 -s SimpleWeighted -t lax
python run.py -n 12 -s ExtendedSimpleWeighted -t lax
- name: publish
uses: crazy-max/ghaction-github-pages@v3
with:
Expand Down

0 comments on commit 0e90afc

Please sign in to comment.