Skip to content

Commit f4a2df8

Browse files
authored
[Bug][Resolver] Enable caching for reusable workflow (#5165)
1 parent 94a8f58 commit f4a2df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openhands-resolver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
github.event.label.name == 'fix-me-experimental' ||
8181
(
8282
(github.event_name == 'issue_comment' || github.event_name == 'pull_request_review_comment') &&
83-
startsWith(github.event.comment.body, inputs.macro || '@openhands-agent-exp')
83+
startsWith(github.event.comment.body, '@openhands-agent-exp')
8484
) ||
8585
(
8686
github.event_name == 'pull_request_review' &&
87-
startsWith(github.event.review.body, inputs.macro || '@openhands-agent-exp')
87+
startsWith(github.event.review.body, '@openhands-agent-exp')
8888
)
8989
)
9090
uses: actions/cache@v3

0 commit comments

Comments
 (0)