Skip to content

Commit ad03e3b

Browse files
committed
Revert "Attempted to fix renovate"
This reverts commit 22a9314.
1 parent 22a9314 commit ad03e3b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/renovate-checks.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,14 @@ name: Renovate Checks
22
on:
33
push:
44
branches:
5-
- "**"
5+
- "renovate/**"
66

77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Determine if branch starts with renovate/
12-
id: check_branch
13-
run: |
14-
if [[ "${GITHUB_REF##*/}" == renovate/* ]]; then
15-
echo "is_renovate=true" >> $GITHUB_ENV
16-
else
17-
echo "is_renovate=false" >> $GITHUB_ENV
18-
fi
19-
2011
- name: Install pnpm
2112
uses: pnpm/action-setup@v3
22-
if: ${{ env.is_renovate == 'false' }}
2313
with:
2414
version: 9
2515

0 commit comments

Comments
 (0)