We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6d224 commit e53899cCopy full SHA for e53899c
1 file changed
.github/workflows/ci_main.yml
@@ -25,6 +25,6 @@ jobs:
25
uses: ./.github/workflows/ci_common.yml
26
with:
27
release: true
28
- enableAzdo: ${{ inputs.enableAzdo == '' && true || inputs.enableAzdo }}
+ enableAzdo: ${{ github.event_name != 'workflow_dispatch' || inputs.enableAzdo }}
29
secrets:
30
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}
0 commit comments