Skip to content

Commit 51923f3

Browse files
authored
Create opi-lab.yml
Signed-off-by: Boris Glimcher <[email protected]>
1 parent c8a433c commit 51923f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/opi-lab.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: opi-lab-regression
2+
on: workflow_dispatch
3+
jobs:
4+
opi-lab-job:
5+
runs-on: self-hosted
6+
steps:
7+
- uses: actions/checkout@v4
8+
- name: pytest-run1
9+
run: ls

0 commit comments

Comments
 (0)