Skip to content

Commit

Permalink
Enable cron build
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Sep 29, 2022
1 parent b64e6fa commit 189e24d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- "**"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00

jobs:
deploy:
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/build_farm.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- "**"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- "**"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- "**"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00

jobs:
build_2019:
Expand Down

0 comments on commit 189e24d

Please sign in to comment.