Skip to content

Commit

Permalink
schedule cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 committed Sep 8, 2023
1 parent d298349 commit 9b24243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync-supporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sync supporters

on:
push:
# schedule:
# - cron: "0 0 * * *" # Runs daily at midnight
schedule:
- cron: "0 7 * * *" # Runs daily at 7:00 UTC

jobs:
updateSupporters:
Expand All @@ -12,8 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
# with:
# ref: main
with:
ref: main

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9b24243

Please sign in to comment.