Skip to content

Commit

Permalink
update cron schedules to avoid endpoint deletion from automated resou…
Browse files Browse the repository at this point in the history
…rce cleanup (#2672)

* change starting hour for workflow

* update cron for text mc mlflow
bhimar authored Sep 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6781926 commit 71164d1
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ name: sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-
on:
workflow_dispatch:
schedule:
- cron: "51 5/12 * * *"
- cron: "51 3/12 * * *"
pull_request:
branches:
- main
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ name: sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-
on:
workflow_dispatch:
schedule:
- cron: "55 6/12 * * *"
- cron: "55 4/12 * * *"
pull_request:
branches:
- main

0 comments on commit 71164d1

Please sign in to comment.