cccmatthew commited on
Commit
b8dc2b0
·
1 Parent(s): dcca006

Fix github actions

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -51,7 +51,7 @@ jobs:
51
 
52
  DeployProd:
53
  name: Deploy to Production
54
- needs: [DeployStaging]
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