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.
2 parents c7abcea + ead7f10 commit 4a9c656Copy full SHA for 4a9c656
.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' }}
+ if: ${{ github.event_name == 'workflow_call' }} || ${{ github.event_name == 'push' }}
55
env:
56
LINUX_RESULT: ${{ github.event.inputs.linux_result }}
57
WINDOWS_RESULT: ${{ github.event.inputs.windows_result }}
0 commit comments