Skip to content

Commit 3343782

Browse files
committed
disable outdated packages check for now
1 parent d0b921a commit 3343782

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
with:
3737
name: cypress-images
3838
path: cypress/screenshots/
39-
- name: print current ref
40-
run: echo ${{ github.event.pull_request.base.ref }}
41-
- run: node scripts/outdatedGitPackages.mjs
42-
if: ${{ github.event.pull_request.base.ref == 'next' }}
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
# - run: node scripts/outdatedGitPackages.mjs
40+
# if: ${{ github.event.pull_request.base.ref == 'release' }}
41+
# env:
42+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)