Skip to content

Commit 37d3825

Browse files
committed
Adjust workflow stage names
1 parent cbf62be commit 37d3825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python SDK Lint
22
on: [push, workflow_dispatch]
33

44
jobs:
5-
lint-stage:
5+
lint:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66
cancel-in-progress: true
77

88
jobs:
9-
test-stage:
9+
test:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)