Skip to content

Commit 37dbcfd

Browse files
committed
Rename steps in CI action
1 parent 2bb176a commit 37dbcfd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
python-build:
2020
name: Python
2121
runs-on: ubuntu-latest
22-
2322
steps:
2423
- name: Checkout code
2524
uses: actions/checkout@v7
@@ -51,7 +50,7 @@ jobs:
5150
token: ${{ secrets.CODECOV_TOKEN }}
5251

5352
deploy-ui:
54-
name: Deploy Astro UI to GitHub Pages
53+
name: Deploy Astro UI
5554
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5655
needs: python-build
5756
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)