We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95f9e4 commit c66a8fcCopy full SHA for c66a8fc
.github/workflows/evaluate.yaml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
evaluate:
16
- if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '#evaluate')
+ #if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '#evaluate')
17
runs-on: ubuntu-latest
18
env:
19
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
0 commit comments