Skip to content

Commit

Permalink
skip step x2
Browse files Browse the repository at this point in the history
  • Loading branch information
AwkwardPeak7 committed Jan 11, 2025
1 parent 1331521 commit f523cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Build extensions (${{ matrix.chunk.number }})
needs: prepare
runs-on: 'ubuntu-24.04'
if: ${{ fromJson(needs.prepare.outputs.matrix).chunk != '[]' }}
if: ${{ needs.prepare.outputs.matrix.chunk != '[]' }}
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Build extensions (${{ matrix.chunk.number }})
needs: prepare
runs-on: 'ubuntu-24.04'
if: ${{ fromJson(needs.prepare.outputs.matrix).chunk != '[]' }}
if: ${{ needs.prepare.outputs.matrix.chunk != '[]' }}
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}
steps:
Expand Down

0 comments on commit f523cf9

Please sign in to comment.