Skip to content

Commit

Permalink
fix: update ci for hasura build
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 6, 2023
1 parent 345d841 commit 6619399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo ${{steps.NUMBER_CHANGES.outputs.NUMBER_CHANGES}}
echo 'There is changes in hasura'
- name: Test echo number changes
if: ${{steps.NUMBER_CHANGES.outputs.NUMBER_CHANGES}} != 0
if: ${{steps.NUMBER_CHANGES.outputs.NUMBER_CHANGES}} == 0
run: echo 'There is no changes in hasura'
# build-hasura:
# runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 6619399

Please sign in to comment.