Skip to content

Commit 5fd8a0e

Browse files
committed
fix
1 parent 3f4e4a9 commit 5fd8a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-bundled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- 'ext/opcache/jit/ir/**'
2727
2828
- name: Download IR
29-
if: (success() || failure()) && (steps.filter.outputs.opcache_jit_ir = 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
29+
if: (success() || failure()) && (steps.filter.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
3030
run: |
3131
rm -rf ext/opcache/jit/ir
3232
git clone --revision=5a81104e650ebd7ac24eb63d4dff67db723a5278 https://github.com/dstogov/ir.git ext/opcache/jit/ir

0 commit comments

Comments
 (0)