We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b921a commit 3343782Copy full SHA for 3343782
.github/workflows/ci.yml
@@ -36,9 +36,7 @@ jobs:
36
with:
37
name: cypress-images
38
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 }}
+ # - run: node scripts/outdatedGitPackages.mjs
+ # if: ${{ github.event.pull_request.base.ref == 'release' }}
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments