Skip to content

Commit

Permalink
Change to production values (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckth authored Dec 7, 2023
1 parent b1975f5 commit 1190b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scale-down.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Scale down app service plan

on:
schedule:
- cron: "05 19 * * 1-5"
- cron: "15 16 * * 1-5" # UTC Time

jobs:
build:
runs-on: ubuntu-22.04
environment: dev
environment: prd

steps:
- name: Azure Login
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scale-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Scale up app service plan

on:
schedule:
- cron: "0 19 * * 1-5"
- cron: "15 5 * * 1-5" # UTC Time

jobs:
build:
runs-on: ubuntu-22.04
environment: dev
environment: prd

steps:
- name: Azure Login
Expand Down

0 comments on commit 1190b85

Please sign in to comment.