We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb176a commit 37dbcfdCopy full SHA for 37dbcfd
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,6 @@ jobs:
19
python-build:
20
name: Python
21
runs-on: ubuntu-latest
22
-
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@v7
@@ -51,7 +50,7 @@ jobs:
51
50
token: ${{ secrets.CODECOV_TOKEN }}
52
53
deploy-ui:
54
- name: Deploy Astro UI to GitHub Pages
+ name: Deploy Astro UI
55
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
56
needs: python-build
57
0 commit comments