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 5fd8a0e commit 4998d11Copy full SHA for 4998d11
.github/workflows/verify-bundled.yml
@@ -26,9 +26,8 @@ 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.changes.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
33
- - name: Verify bundled files are up to date
34
- run: git add . -N && git diff -a --exit-code
+ git add . -N && git diff -a --exit-code ext/opcache/jit/ir
0 commit comments