Skip to content

Commit c66a8fc

Browse files
committed
get eval working
1 parent d95f9e4 commit c66a8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
evaluate:
16-
if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '#evaluate')
16+
#if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '#evaluate')
1717
runs-on: ubuntu-latest
1818
env:
1919
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}

0 commit comments

Comments
 (0)