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 3f4e4a9 commit 5fd8a0eCopy full SHA for 5fd8a0e
.github/workflows/verify-bundled.yml
@@ -26,7 +26,7 @@ jobs:
26
- 'ext/opcache/jit/ir/**'
27
28
- name: Download IR
29
- if: (success() || failure()) && (steps.filter.outputs.opcache_jit_ir = 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
+ if: (success() || failure()) && (steps.filter.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
30
run: |
31
rm -rf ext/opcache/jit/ir
32
git clone --revision=5a81104e650ebd7ac24eb63d4dff67db723a5278 https://github.com/dstogov/ir.git ext/opcache/jit/ir
0 commit comments