Skip to content

Commit 20fde0c

Browse files
authored
Cancel unnecessary workflow run (#183)
1 parent 98c3ee7 commit 20fde0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
else
117117
echo "::set-output name=requested_tests::expanded"
118118
fi
119-
elif [[ "${{ github.event.action }}" == "closed" && ${{ github.event.pull_request.merged == true }} ]]; then
119+
elif [[ "${{ github.event.action }}" == "closed" && ${{ github.event.pull_request.merged }} = true ]]; then
120120
echo "::set-output name=trigger::postsubmit_trigger"
121121
echo "::set-output name=pr_number::${{ github.event.pull_request.number }}"
122122
echo "::set-output name=requested_tests::auto"

0 commit comments

Comments
 (0)