diff --git a/.github/workflows/deploy-huggingface-spaces.yml b/.github/workflows/deploy-huggingface-spaces.yml index ee879d738..12d333a0d 100644 --- a/.github/workflows/deploy-huggingface-spaces.yml +++ b/.github/workflows/deploy-huggingface-spaces.yml @@ -1,4 +1,4 @@ -name: Deploy to HuggingFace Spaces +name: HuggingFace Spaces on: push: @@ -7,6 +7,7 @@ on: jobs: deploy: + name: Deploy runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec8c826df..07038925d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Relase +name: Release on: push: