Skip to content

Commit a413538

Browse files
committed
Changed python version to 3.13 and enabled manual trigger
1 parent 72fcec2 commit a413538

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.github/workflows/healthcheck-app-existingVnet-Lin-Thurs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up latest stable Python
18+
- name: Set up Python 3.13
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.13'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/healthcheck-app-existingVnet-Win-Tue.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
name: MATLAB Web App Server Ref Arch Azure Existing Virtual Network Health Check Test on Windows in West Eu
77

88
on:
9+
workflow_dispatch:
910
schedule:
1011
- cron: '0 16 * * 2'
1112
jobs:
@@ -14,10 +15,10 @@ jobs:
1415

1516
steps:
1617
- uses: actions/checkout@v3
17-
- name: Set up latest stable Python
18+
- name: Set up Python 3.13
1819
uses: actions/setup-python@v4
1920
with:
20-
python-version: '3.x'
21+
python-version: '3.13'
2122
- name: Install dependencies
2223
run: |
2324
python -m pip install --upgrade pip

.github/workflows/healthcheck-app-newVnet-Lin-Wed.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
name: MATLAB Web App Server Ref Arch Azure Health Check Test on Linux in West US
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '0 16 * * 3'
1011
jobs:
@@ -13,10 +14,10 @@ jobs:
1314

1415
steps:
1516
- uses: actions/checkout@v3
16-
- name: Set up latest stable Python
17+
- name: Set up Python 3.13
1718
uses: actions/setup-python@v4
1819
with:
19-
python-version: '3.x'
20+
python-version: '3.13'
2021
- name: Install dependencies
2122
run: |
2223
python -m pip install --upgrade pip

.github/workflows/healthcheck-app-newVnet-Win-Mon.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
name: MATLAB Web App Server Ref Arch Azure Health Check Test on Windows in East US region
77

88
on:
9+
workflow_dispatch:
910
push:
1011
schedule:
1112
- cron: '0 16 * * 1'
@@ -15,10 +16,10 @@ jobs:
1516

1617
steps:
1718
- uses: actions/checkout@v3
18-
- name: Set up latest stable Python
19+
- name: Set up Python 3.13
1920
uses: actions/setup-python@v4
2021
with:
21-
python-version: '3.x'
22+
python-version: '3.13'
2223
- name: Install dependencies
2324
run: |
2425
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)