Skip to content

Commit ed5ecdd

Browse files
Update .github/workflows/sloth.yml
1 parent af962e5 commit ed5ecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sloth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Skip for release-please
1818
id: check
1919
run: |
20-
if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "true" ]; then
20+
if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "2true" ]; then
2121
echo "run=false" >> $GITHUB_OUTPUT
2222
echo "Skipping Sloth - release-please PR"
2323
else

0 commit comments

Comments
 (0)