Skip to content

Commit

Permalink
fix error in cron worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Apr 5, 2022
1 parent 718da8f commit 63a5706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches:
- main
- dev
schedule:
- cron: '0 0 * * 7' # every sunday at midnight
# schedule:
# - cron: '0 0 * * 7' # every sunday at midnight

jobs:
activate:
Expand Down

0 comments on commit 63a5706

Please sign in to comment.