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-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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # 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 6 * * 1-5" # Every weekday at 7:30am BST
- cron: "30 6 * * 2-4" # 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/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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
Expand Down
2 changes: 1 addition & 1 deletion .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 5 * * 1-5" # Every weekday at 6:15am BST
- cron: "15 5 * * 2-4" # Every weekday at 6:15am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
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 5 * * 1-5" # Every weekday at 6:15am BST
- cron: "15 5 * * 2-4" # Every weekday at 6:15am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # 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-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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # 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-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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # Every weekday at 6:30am BST

env:
DEV_ENV: ${{ secrets.DEV_ENV }}
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 5 * * 1-5" # Every weekday at 6:30am BST
- cron: "30 5 * * 2-4" # Every weekday at 6:30am BST

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