Fix skipping test-build on merge

This commit is contained in:
Miodrag Milanovic 2026-06-26 18:02:37 +02:00
parent f624bcf2db
commit 049dca7ded
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
- id: set_output
run: |
if [ "${{ github.event_name }}" = "merge_group" ]; then
echo "should_skip=false" >> $GITHUB_OUTPUT
echo "should_skip=true" >> $GITHUB_OUTPUT
elif [ "${{ github.event_name }}" = "push" ]; then
should_skip=false
else