yuki.tsutsumi commited on
Commit
5d2ed95
1 Parent(s): ce823ab

[update]パイプラインの命名や参考先などのコメントを整理。

Browse files
.github/workflows/{main.yml → cd-pipeline.yml} RENAMED
@@ -1,10 +1,9 @@
1
- name: Sync to Hugging Face hub
 
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: Lint
2
 
3
  on:
4
  pull_request:
 
1
+ name: Continuous Integration Pipeline
2
 
3
  on:
4
  pull_request: