Skip to content

Commit

Permalink
ci: removed load data workflow cron trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Oct 29, 2024
1 parent f04ec7c commit b674131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Load data

on:
workflow_dispatch:
schedule:
# run every day at 02:00
- cron: '0 2 * * *'
# schedule:
# # run every day at 02:00
# - cron: '0 2 * * *'

jobs:
load:
Expand Down

0 comments on commit b674131

Please sign in to comment.