Skip to content

Commit 23fdf67

Browse files
chore: fix more test
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent 6d9a1ee commit 23fdf67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ permissions:
1717
packages: write
1818

1919
jobs:
20-
deploy:
20+
deployment:
21+
name: Deployment
2122
if: ${{ github.ref == 'refs/heads/main' }}
2223
runs-on: ubuntu-latest
2324

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
auto-generated:
27-
name: Auto-Generated
27+
name: Run Auto-Generated
2828
runs-on: ubuntu-latest
2929

3030
strategy:
@@ -53,7 +53,7 @@ jobs:
5353
.
5454
5555
scenarios:
56-
name: Scenarios
56+
name: Run Scenarios
5757
runs-on: ubuntu-latest
5858

5959
strategy:

0 commit comments

Comments
 (0)