We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331e4ba commit bf5b109Copy full SHA for bf5b109
.github/workflows/main-pm-matrix.yml
@@ -123,7 +123,7 @@ jobs:
123
124
publish:
125
name: Publish binaries
126
- needs: [linux, macos, windows]
+ needs: [linux, windows]
127
runs-on: ubuntu-22.04
128
if: ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
129
concurrency: release-${{ inputs.php-version-base }}-pm${{ inputs.pm-version-major }}
0 commit comments