Sfoglia il codice sorgente

fix: workflow (#26030)

tags/1.9.0
zyssyz123 1 mese fa
parent
commit
2b79da722b
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/deploy-dev.yml

+ 1
- 1
.github/workflows/deploy-dev.yml Vedi File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'deploy/rag-dev'
github.event.workflow_run.head_branch == 'deploy/dev'
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v0.1.8

Loading…
Annulla
Salva