Skip to content

Commit

Permalink
batch off (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored Jun 28, 2024
1 parent f908131 commit 455e224
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autocomplete-batch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'

jobs:
batch-job:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/es-batch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'

jobs:
batch-job:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gpt-to-redis-batch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 2 * * *'
# schedule:
# - cron: '0 2 * * *'

jobs:
batch-job:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mysql-to-es-batch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 2 * * *'
# schedule:
# - cron: '0 2 * * *'

jobs:
batch-job:
Expand Down

0 comments on commit 455e224

Please sign in to comment.