Skip to content

Commit

Permalink
Increased timeout on workflow to allow more time to populate vmSKUs.j…
Browse files Browse the repository at this point in the history
…son (#711)
  • Loading branch information
pjlewisuk authored Aug 9, 2024
1 parent 55cebf0 commit 5f858f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-soft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Build VM Sku json file
timeout-minutes: 3
timeout-minutes: 10
run: |
cd postdeploy/scripts
chmod +x generate-vm-sku-list-v2.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Build VM Sku json file
timeout-minutes: 3
timeout-minutes: 10
run: |
cd postdeploy/scripts
chmod +x generate-vm-sku-list-v2.sh
Expand Down

0 comments on commit 5f858f2

Please sign in to comment.