Skip to content

Commit

Permalink
enable outdated deps check only on next
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy authored Apr 15, 2024
1 parent aafdb64 commit 954169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
name: cypress-images
path: cypress/integration/__image_snapshots__/
- run: node scripts/outdatedGitPackages.mjs
# if: github.ref == 'refs/heads/next'
if: github.ref == 'refs/heads/next'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 954169d

Please sign in to comment.