revert update current ref
This commit is contained in:
parent
16bb43c7d9
commit
d0b921a48e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue