We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4dbf2 commit c38d8b0Copy full SHA for c38d8b0
.github/workflows/_build.yml
@@ -147,7 +147,6 @@ jobs:
147
build-other:
148
name: Build distribution on ${{ matrix.os }}
149
# Filter out ubuntu-latest from this job since it's handled by build-linux
150
- if: ${{ matrix.os != 'ubuntu-latest' }}
151
runs-on: ${{ matrix.os }}
152
strategy:
153
fail-fast: false
0 commit comments