Skip to content

Commit

Permalink
fix: tmp disable check-dependencies for pantry
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimajo committed Jan 30, 2025
1 parent 277eb2d commit 8075494
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ jobs:
check-dependencies:
name: check-dependencies
uses: ./.github/workflows/check-nodejs-dependencies.yml
# Note: check-dependencies is failing for pantry due to "TypeError: Invalid Version: undefined"
# We temporarily disable check-dependencies for pantry repo until it has been fixed
# https://residenetwork.atlassian.net/browse/PLAT-8883
if: ${{ github.event.repository.name != 'pantry' }}
with:
WORKFLOW_NAME: check-dependencies
GIT_REF: ''
Expand Down

0 comments on commit 8075494

Please sign in to comment.