Spaces:
Sleeping
Sleeping
mattoofahad
commited on
Commit
•
21aa535
1
Parent(s):
2ed95ee
updating workflows
Browse files
.github/workflows/hf-space.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name: Sync
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
|
|
1 |
+
name: Sync-hf
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
.github/workflows/streamlit.yml
CHANGED
@@ -20,4 +20,4 @@ jobs:
|
|
20 |
- uses: streamlit/[email protected]
|
21 |
with:
|
22 |
app-path: src\app.py
|
23 |
-
ruff:
|
|
|
20 |
- uses: streamlit/[email protected]
|
21 |
with:
|
22 |
app-path: src\app.py
|
23 |
+
ruff: False
|