Skip to content

Commit 8e5396b

Browse files
committed
chore: fixed pr review instance type
1 parent 8ad64f0 commit 8e5396b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bob-pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
startsWith(github.event.comment.body, '/') &&
1515
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
1616
)
17-
runs-on: ibm-x86-64-small
17+
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919
permissions:
2020
contents: read

0 commit comments

Comments
 (0)