Skip to content

Commit d7bdddd

Browse files
committed
Remove conditional
1 parent a7bbd8b commit d7bdddd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Evaluate RAG answer flow
33
on:
44
issue_comment:
55
types: [created]
6+
workflow_dispatch:
67

78
# Set up permissions for deploying with secretless Azure federated credentials
89
# https://learn.microsoft.com/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
@@ -14,10 +15,6 @@ permissions:
1415

1516
jobs:
1617
evaluate:
17-
#contains('["OWNER", "CONTRIBUTOR", "COLLABORATOR", "MEMBER"]', github.event.comment.author_association) &&
18-
if: |
19-
github.event.issue.pull_request &&
20-
github.event.comment.body == '/evaluate'
2118
runs-on: ubuntu-latest
2219
env:
2320
# azd required

0 commit comments

Comments
 (0)