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 b6c6846 commit 5b8dce1Copy full SHA for 5b8dce1
.github/workflows/post-build-release.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: pip install -r ci/post/requirements.txt
52
53
- name: Post Builds (Auto trigger)
54
- if: ${{ github.event_name == 'workflow_call' }} || ${{ github.event_name == 'push' }}
+ if: ${{ (github.event_name == 'workflow_call') || (github.event_name == 'push') }}
55
env:
56
LINUX_RESULT: ${{ inputs.linux_result }}
57
WINDOWS_RESULT: ${{ inputs.windows_result }}
0 commit comments