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 b2ecf37 commit d100e4fCopy full SHA for d100e4f
.github/workflows/integration_tests.yml
@@ -112,7 +112,7 @@ jobs:
112
else
113
echo "::set-output name=requested_tests::expanded"
114
fi
115
- 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
116
echo "::set-output name=trigger::postsubmit_trigger"
117
echo "::set-output name=pr_number::${{ github.event.pull_request.number }}"
118
echo "::set-output name=requested_tests::auto"
0 commit comments