Skip to content

Commit 9ed00dc

Browse files
authored
chore(benchmarks): add missing space to if condition (#4841)
1 parent 4e994c5 commit 9ed00dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
PR="${{ github.event.issue.number }}"
4545
SENDER="${{ github.event.issue.sender.login }}"
4646
ROLE=$(gh api repos/${OWNER}/${REPO}/collaborators/${SENDER}/permission -q '.permission')
47-
if [[ "$ROLE" != "admin"]]; then
47+
if [[ "$ROLE" != "admin" ]]; then
4848
echo "${SENDER} is ${ROLE}, not an admin, exiting"
4949
exit 0
5050
fi

0 commit comments

Comments
 (0)