Skip to content

Commit

Permalink
fix workflow trying to build when no runtime code changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Oct 18, 2023
1 parent 12d82ae commit a8e1234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/joystream-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
RUNTIME_PROFILE: "FAST-PROD"
run: |
yarn cargo-checks && yarn cargo-build
if: env.GIT_DIFF

# Test runtime upgrade with "try-runtime" feature
runtime_upgrade:
Expand Down

0 comments on commit a8e1234

Please sign in to comment.