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 75dc2a7 commit 345d841
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
run: |
echo ${{steps.NUMBER_CHANGES.outputs.NUMBER_CHANGES}}
echo 'There is changes in hasura'
outputs:
NUMBER_CHANGES: ${{ steps.NUMBER_CHANGES.outputs.NUMBER_CHANGES}}
- name: Test echo number changes
if: ${{steps.NUMBER_CHANGES.outputs.NUMBER_CHANGES}} != 0
run: echo 'There is no changes in hasura'
# build-hasura:
# runs-on: [ubuntu-latest]
# needs:
Expand Down

0 comments on commit 345d841

Please sign in to comment.