Skip to content

Commit

Permalink
Fix names for all integration workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 30, 2024
1 parent a4675c7 commit e3807d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aio_integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: types-aiobotocore integration
name: "Integration: types-aioboto3"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aio_sanity_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: types-aiobotocore sanity
name: "Sanity: types-aiobotocore"

on:
schedule:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: types-boto3 integration
name: "Integration: types-boto3"

on:
schedule:
Expand Down Expand Up @@ -58,7 +58,6 @@ jobs:
with:
python-version: ${{ matrix.version }}
allow-prereleases: true
cache: "pip"
- name: Set up uv
uses: astral-sh/setup-uv@v3
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/integration_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build all products integration
name: "Integration: Build all"

on:
schedule:
Expand All @@ -19,9 +19,6 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Install prerequisites
run: |
uv pip install -U aioboto3
- name: types-boto3 build
run: |
uvx --no-cache --with . mypy_boto3_builder mypy_boto3_output \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_full.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: full and custom packages integration
name: "Integration: Full and custom"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: types-boto3 sanity
name: "Sanity: types-boto3"

on:
schedule:
Expand Down

0 comments on commit e3807d3

Please sign in to comment.