Skip to content

Commit e53899c

Browse files
committed
Fix condition
1 parent dc6d224 commit e53899c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: ./.github/workflows/ci_common.yml
2626
with:
2727
release: true
28-
enableAzdo: ${{ inputs.enableAzdo == '' && true || inputs.enableAzdo }}
28+
enableAzdo: ${{ github.event_name != 'workflow_dispatch' || inputs.enableAzdo }}
2929
secrets:
3030
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}

0 commit comments

Comments
 (0)