Skip to content

Commit bf5b109

Browse files
committed
Update main-pm-matrix.yml
1 parent 331e4ba commit bf5b109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
publish:
125125
name: Publish binaries
126-
needs: [linux, macos, windows]
126+
needs: [linux, windows]
127127
runs-on: ubuntu-22.04
128128
if: ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
129129
concurrency: release-${{ inputs.php-version-base }}-pm${{ inputs.pm-version-major }}

0 commit comments

Comments
 (0)