Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreus committed Jan 23, 2024
2 parents 7fbfdce + dd03976 commit 6de3dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retrain.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: retrain
on:
# push:
push:
workflow_dispatch:
schedule:
# - cron: "0 18,00 * * *"
- cron: "0 18,00 * * *"
jobs:
build:
runs-on: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: update
on:
# push:
push:
workflow_dispatch:
schedule:
# - cron: "0 6,12 * * *"
- cron: "0 6,12 * * *"
jobs:
build:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6de3dd4

Please sign in to comment.