Skip to content

Commit

Permalink
fix ci for sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsource147 committed Jan 12, 2024
1 parent 78b121a commit 7a2edd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr-main-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: tj-actions/[email protected]
with:
files: |
sdk
ts-client
sdk_test:
runs-on: ubuntu-latest
needs: sdk_changed_files
if: needs.sdk_changed_files.outputs.program == 'true'
if: needs.sdk_changed_files.outputs.ts-client == 'true'
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-solana
Expand Down

0 comments on commit 7a2edd0

Please sign in to comment.