revert update current ref

This commit is contained in:
Vitaly Turovsky 2024-09-11 22:39:51 +03:00
commit d0b921a48e

View file

@ -39,6 +39,6 @@ jobs:
- name: print current ref
run: echo ${{ github.event.pull_request.base.ref }}
- run: node scripts/outdatedGitPackages.mjs
if: ${{ github.event.pull_request.base.ref == 'release' }}
if: ${{ github.event.pull_request.base.ref == 'next' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}