Skip to content

Commit

Permalink
correctly account for folder name difference
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Apr 9, 2024
1 parent 7b54ae2 commit 066eb7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
program:
description: Program
required: true
default: mpl-core
default: core
type: choice
options:
- mpl-core
- core
cluster:
description: Cluster environment
required: true
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ./.github/workflows/test-programs.yml
secrets: inherit
with:
program_matrix: '["${{ inputs.program }}"]'
program_matrix: '["mpl-${{ inputs.program }}"]'

test_js:
name: JS client
Expand Down

0 comments on commit 066eb7d

Please sign in to comment.