diff --git a/.github/workflows/ci-cd-pipeline-main.yml b/.github/workflows/ci-cd-pipeline-main.yml index 75672167..2b050b27 100644 --- a/.github/workflows/ci-cd-pipeline-main.yml +++ b/.github/workflows/ci-cd-pipeline-main.yml @@ -21,7 +21,7 @@ jobs: uses: ./.github/workflows/_standardrb.yml secrets: inherit db_schema: - name: 🔎 DB Schema Check + name: 🔎 DB Schema uses: ./.github/workflows/_database_schema_check.yml secrets: inherit # If you'd like to auto-deploy to your production environment you can uncomment this next block. @@ -30,7 +30,7 @@ jobs: # deploy: # name: 🚢 Deploy to Heroku # uses: ./.github/workflows/_deploy_heroku.yml - # needs: [mini_test, super_scaffolding, standardrb, db_schema] + # needs: [mini_test, standardrb, db_schema] # secrets: inherit # with: # heroku-app-name: "" diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index bed07635..55f3ee94 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -21,7 +21,7 @@ jobs: uses: ./.github/workflows/_standardrb.yml secrets: inherit db_schema: - name: 🔎 DB Schema Check + name: 🔎 DB Schema uses: ./.github/workflows/_database_schema_check.yml secrets: inherit # If you'd like to auto-deploy to your staging environment you can uncomment this next block. @@ -30,7 +30,7 @@ jobs: # deploy: # name: 🚢 Deploy to Heroku # uses: ./.github/workflows/_deploy_heroku.yml - # needs: [mini_test, super_scaffolding, standardrb, db_schema] + # needs: [mini_test, standardrb, db_schema] # secrets: inherit # with: # heroku-app-name: ""