Skip to content

Commit

Permalink
no test block in graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
findtopher committed Sep 25, 2023
1 parent c0e9fb0 commit f77f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

publish:
runs-on: ubuntu-20.04
needs: [build, test]
needs: [build]
if: startsWith(github.ref, 'refs/tags/db-v')
steps:
- name: Download wheels
Expand Down

0 comments on commit f77f996

Please sign in to comment.