Skip to content

Commit aafecd5

Browse files
committed
.
1 parent d362fc7 commit aafecd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: run examples
22

33
on:
4-
workflow_dispatch
4+
push
5+
# workflow_dispatch
56

67
jobs:
78
_51Peg:
89
runs-on: ubuntu-latest
910
steps:
10-
- uses: kima-org/run-examples/.github/workflows/reusable.yml@main
11+
# - uses: kima-org/run-examples/reusable@main
1112

1213
- name: Run 51Peg example
1314
run : |

0 commit comments

Comments
 (0)