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 fb6c3f8 commit 71bb2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main-market-making.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
market_making_changed_files:
runs-on: ubuntu-latest
outputs:
cli: ${{steps.changed-files-specific.outputs.any_changed}}
market_making: ${{steps.changed-files-specific.outputs.any_changed}}
steps:
- uses: actions/checkout@v2
with:
Expand Down
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 @@ -14,7 +14,7 @@ jobs:
sdk_changed_files:
runs-on: ubuntu-latest
outputs:
program: ${{steps.changed-files-specific.outputs.any_changed}}
sdk: ${{steps.changed-files-specific.outputs.any_changed}}
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
sdk_test:
runs-on: ubuntu-latest
needs: sdk_changed_files
if: needs.sdk_changed_files.outputs.ts-client == 'true'
if: needs.sdk_changed_files.outputs.sdk == 'true'
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-solana
Expand Down

0 comments on commit 71bb2ef

Please sign in to comment.