Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Feb 7, 2024
1 parent c041067 commit acde01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

- name: Get minimum versions
if: ${{ !startsWith(inputs.working-directory, 'libs/core/') }}
if: ${{ !startsWith(inputs.working-directory, 'libs/core') }}
working-directory: ${{ inputs.working-directory }}
id: min-version
run: |
Expand All @@ -192,7 +192,7 @@ jobs:
echo "min-versions=$min_versions"
- name: Run unit tests with minimum dependency versions
if: ${{ !startsWith(inputs.working-directory, 'libs/core/') }}
if: ${{ !startsWith(inputs.working-directory, 'libs/core') }}
env:
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
run: |
Expand Down

0 comments on commit acde01b

Please sign in to comment.