mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 06:26:09 +00:00
Skip this step during merge queue since we have already run those
This commit is contained in:
parent
0c13257915
commit
cd4198e024
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- id: set_output
|
- id: set_output
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.event_name }}" = "merge_group" ]; then
|
if [ "${{ github.event_name }}" = "merge_group" ]; then
|
||||||
echo "should_skip=false" >> $GITHUB_OUTPUT
|
echo "should_skip=true" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "should_skip=${{ steps.skip_check.outputs.should_skip }}" >> $GITHUB_OUTPUT
|
echo "should_skip=${{ steps.skip_check.outputs.should_skip }}" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue