We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150fe57 commit 5206202Copy full SHA for 5206202
1 file changed
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
upload_pages:
71
name: Deploy to GitHub Pages
72
runs-on: ubuntu-latest
73
- needs: build
+ needs: check
74
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
75
permissions:
76
id-token: write
0 commit comments