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 6dba92d commit cc343b0Copy full SHA for cc343b0
.github/workflows/verify-bundled.yml
@@ -32,6 +32,7 @@ jobs:
32
git clone --revision=5a81104e650ebd7ac24eb63d4dff67db723a5278 https://github.com/dstogov/ir.git ext/opcache/jit/ir
33
cd ext/opcache/jit/ir
34
rm -r .github/workflows bench examples tests tools
35
+ git reset README.md
36
- name: Opcache JIT IR - Verify files
37
if: (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
38
run: git add . -N && git diff -a --exit-code ext/opcache/jit/ir
0 commit comments