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 eed4538 commit f45511cCopy full SHA for f45511c
.github/workflows/verify-bundled.yml
@@ -1,11 +1,11 @@
1
name: Verify Bundled
2
3
on:
4
+ push:
5
+ pull_request:
6
schedule:
7
# every week
8
- cron: "0 0 * * 0"
- push:
- pull_request:
9
workflow_dispatch: ~
10
11
permissions:
@@ -35,5 +35,5 @@ jobs:
35
run: |
36
cd ext/opcache/jit/ir
37
rm -r .git .github/workflows bench examples tests tools TODO ir.g ir_cpuinfo.c ir_emit_c.c ir_emit_llvm.c ir_load.c ir_load_llvm.c ir_main.c ir_mem2ssa.c
38
- git reset README.md
+ git restore README.md
39
git add . -N && git diff -a --exit-code .
0 commit comments