Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aks-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aks-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aks-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aks-auto-start
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appgateway-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: AppGateway-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appgateway-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: AppGateway-auto-start
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-start-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
schedule:
- cron: "30 7 * * 1-5" # Every weekday at 7:30am GMT
- cron: "30 6 * * 1-5" # Every weekday at 7:30am BST
env:
GH_TOKEN: ${{ secrets.PLATFORM_USER_TOKEN }}
SLACK_TOKEN: ${{ secrets.AUTO_SHUTDOWN_STATUS_APP_OAUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-stop-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: auto-stop-status-check
on:
workflow_dispatch:
schedule:
- cron: "30 20,23 * * *" # Every day at 20:30 and 23:30 GMT
- cron: "30 19,22 * * *" # Every day at 20:30 and 23:30 BST
env:
GH_TOKEN: ${{ secrets.PLATFORM_USER_TOKEN }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bastion-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bastion-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bastion-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bastion-auto-start
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fetch-dashboard-data.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Dashboard Data

on:
# Run daily at 7 AM UTC
# Run daily at 7 AM BST (6 AM UTC)
schedule:
- cron: "0 7 * * *"
- cron: "0 6 * * *"

# Allow manual triggering
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flexibleserver-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flexible-server-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: ./scripts/flexible-server/auto-start-stop.sh stop ithc '' primary
env:
DEV_ENV: ${{ env.DEV_ENV }}

# prod flexible server ccd sccs
- name: Production - Postgres Flexible server Auto Stop
run: ./scripts/flexible-server/auto-start-stop.sh stop production '' primary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flexibleserver-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flexible-server-auto-start
on:
workflow_dispatch:
schedule:
- cron: "15 6 * * 1-5" # Every weekday at 6:15am GMT
- cron: "15 5 * * 1-5" # Every weekday at 6:15am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: ./scripts/flexible-server/auto-start-stop.sh start ithc '' primary
env:
DEV_ENV: ${{ env.DEV_ENV }}

- name: Production - Postgres Flexible server Auto Start
run: ./scripts/flexible-server/auto-start-stop.sh start production '' primary
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping_aks_issuejson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Housekeeping Shutdown form
run-name: Housekeeping json file
on:
schedule:
- cron: "00 17 * * *"
- cron: "00 16 * * *"
workflow_dispatch:
env:
GH_TOKEN: ${{ secrets.PLATFORM_USER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-file-cleardown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: json-file-cleardown
on:
workflow_dispatch:
schedule:
- cron: "0 19 * * *" # Every day at 19:00 GMT
- cron: "0 18 * * *" # Every day at 19:00 BST
env:
GH_TOKEN: ${{ secrets.PLATFORM_USER_TOKEN }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-flexible-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mysql-flexible-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-flexible-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mysql-flexible-auto-start
on:
workflow_dispatch:
schedule:
- cron: "15 6 * * 1-5" # Every weekday at 6:15am GMT
- cron: "15 5 * * 1-5" # Every weekday at 6:15am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlmi-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sql-managed-instance-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlmi-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sql-managed-instance-auto-start
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage-sftp-auto-disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: storage-sftp-auto-disable
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage-sftp-auto-enable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: storage-sftp-auto-enable
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vm-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vm-auto-start
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vmss-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vmss-auto-shutdown
on:
workflow_dispatch:
schedule:
- cron: "0 20,23 * * *" # Every day at 20:00 and 23:00 GMT
- cron: "0 19,22 * * *" # Every day at 20:00 and 23:00 BST
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vmss-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vmss-auto-start
on:
workflow_dispatch:
schedule:
- cron: "30 6 * * 1-5" # Every weekday at 6:30am GMT
- cron: "30 5 * * 1-5" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
Loading