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 20fde0c commit d524dd5Copy full SHA for d524dd5
.github/workflows/integration_tests.yml
@@ -116,7 +116,7 @@ jobs:
116
else
117
echo "::set-output name=requested_tests::expanded"
118
fi
119
- elif [[ "${{ github.event.action }}" == "closed" && ${{ github.event.pull_request.merged }} = true ]]; then
+ elif [[ "${{ github.event.action }}" == "closed" && "${{ github.event.pull_request.merged == true}}" == "true" ]]; then
120
echo "::set-output name=trigger::postsubmit_trigger"
121
echo "::set-output name=pr_number::${{ github.event.pull_request.number }}"
122
echo "::set-output name=requested_tests::auto"
0 commit comments