Spaces:
Running
Running
Merge pull request #83 from EQUES-Inc/feature/modify-pipelines
Browse files
.github/workflows/{main.yml → cd-pipeline.yml}
RENAMED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
|
|
2 |
on:
|
3 |
push:
|
4 |
-
# pushで反映
|
5 |
branches: [main]
|
6 |
|
7 |
-
# to run this workflow manually from the Actions tab
|
8 |
workflow_dispatch:
|
9 |
|
10 |
jobs:
|
|
|
1 |
+
# cf: https://huggingface.co/docs/hub/spaces-github-actions#managing-spaces-with-github-actions
|
2 |
+
name: Continuous Delivery Pipeline
|
3 |
on:
|
4 |
push:
|
|
|
5 |
branches: [main]
|
6 |
|
|
|
7 |
workflow_dispatch:
|
8 |
|
9 |
jobs:
|
.github/workflows/{lint.yml → ci-pipeline.yml}
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
2 |
|
3 |
on:
|
4 |
pull_request:
|
|
|
1 |
+
name: Continuous Integration Pipeline
|
2 |
|
3 |
on:
|
4 |
pull_request:
|