fix: build error due to survey status becoming optional (#1026)

* fix: build error due to survey status becoming optional

* made refactors

* fix: use universal ID over newly created ID

* remove build step from github actions workflows

---------

Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
This commit is contained in:
Shubham Palriwala
2023-10-09 16:14:01 +05:30
committed by GitHub
parent a08a6e4b41
commit f9fb2c6a99
7 changed files with 12 additions and 91 deletions
+1 -6
View File
@@ -25,13 +25,8 @@ jobs:
uses: ./.github/workflows/lint.yml
secrets: inherit
build:
name: Build Production
uses: ./.github/workflows/build.yml
secrets: inherit
required:
needs: [lint, test, build]
needs: [lint, test]
if: always()
runs-on: ubuntu-latest
steps: