Skip to content

Commit

Permalink
chore: if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Jul 10, 2024
1 parent 35ac9ea commit 3106681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
runId: ${{ inputs.runId }}

sfdxProjectJson:
if: ${{ true }}
if: ${{ inputs.sfdxProjectJson }}
uses: ./.github/workflows/runE2ETest.yml
secrets: inherit
with:
Expand Down

0 comments on commit 3106681

Please sign in to comment.