Spaces:
Runtime error
Runtime error
Commit
·
b8dc2b0
1
Parent(s):
dcca006
Fix github actions
Browse files
.github/workflows/main.yml
CHANGED
@@ -51,7 +51,7 @@ jobs:
|
|
51 |
|
52 |
DeployProd:
|
53 |
name: Deploy to Production
|
54 |
-
needs: [
|
55 |
runs-on: ubuntu-latest
|
56 |
environment:
|
57 |
name: Prod
|
|
|
51 |
|
52 |
DeployProd:
|
53 |
name: Deploy to Production
|
54 |
+
needs: [DeployDev]
|
55 |
runs-on: ubuntu-latest
|
56 |
environment:
|
57 |
name: Prod
|