Roboproch commited on
Commit
b2ee78b
·
1 Parent(s): 880931c

fix nome file CI build

Browse files
Files changed (1) hide show
  1. .github/workflows/test_ci.yml +1 -1
.github/workflows/test_ci.yml CHANGED
@@ -40,6 +40,6 @@ jobs:
40
  pytest
41
 
42
  job_call_cd: # Sblocca la pipeline CD se tutto va OK
43
- needs: test_CI
44
  uses: ./.github/workflows/CD_docker.yml
45
  secrets: inherit # Passa il token
 
40
  pytest
41
 
42
  job_call_cd: # Sblocca la pipeline CD se tutto va OK
43
+ needs: build
44
  uses: ./.github/workflows/CD_docker.yml
45
  secrets: inherit # Passa il token