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 8c7624c commit 3d49f73Copy full SHA for 3d49f73
.github/workflows/phar.yml
@@ -142,6 +142,7 @@ jobs:
142
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
143
144
checksum-phar:
145
+ name: "Checksum PHAR"
146
if: github.event_name == 'pull_request' && needs.compiler-tests.outputs.compiler_changed == 'true'
147
needs: compiler-tests
148
runs-on: "ubuntu-latest"
0 commit comments