Skip to content

Commit d3cdf1a

Browse files
committed
Update ci-tensorflow-v1.yml
Signed-off-by: Prachi Panwar <[email protected]>
1 parent 5e59085 commit d3cdf1a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI TensorFlow v1
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
sanity:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out repo
13+
uses: actions/checkout@v4
14+
- name: Say hello
15+
run: echo "Workflow is wired up and running."

0 commit comments

Comments
 (0)