Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreus committed Jan 21, 2024
2 parents 41c3acb + 6b8a9f6 commit 3328d0a
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 3328d0a

Please sign in to comment.