Skip to content

Commit

Permalink
fix: use cron
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed May 11, 2023
1 parent 104f1ba commit cdf502d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/streak-keeper.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Keep my Duolingo streak

on:
push:
branches:
- main
# schedule:
# - cron: '0 9 * * *'
schedule:
- cron: '0 9 * * *'

env:
DUOLINGO_USER_ID: ${{ secrets.DUOLINGO_USER_ID }}
Expand Down

0 comments on commit cdf502d

Please sign in to comment.