Skip to content

Commit 726959e

Browse files
committed
rename
1 parent bed3c70 commit 726959e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests-azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313

1414
jobs:
1515
integration-tests-azure:
16-
name: Integration tests on Azure
16+
name: Regular
1717
strategy:
1818
matrix:
1919
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
@@ -73,7 +73,7 @@ jobs:
7373
run: pytest --ignore=tests/functional/adapter/test_provision_users.py -ra -v tests/functional --profile "${{ matrix.profile }}"
7474

7575
flaky-tests-azure:
76-
name: Integration tests on Azure
76+
name: Flaky tests on Azure
7777
runs-on: ubuntu-latest
7878
container:
7979
image: ghcr.io/${{ github.repository }}:CI-3.11-msodbc18

0 commit comments

Comments
 (0)