Merge pull request #5991 from YosysHQ/test_build

Fix skipping test-build on merge
This commit is contained in:
Miodrag Milanović 2026-06-26 16:26:22 +00:00 committed by GitHub
commit 195593f2b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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