diff --git a/.github/workflows/production-ci.yaml b/.github/workflows/production-ci.yaml index 585b3e31f..eb2e120cb 100644 --- a/.github/workflows/production-ci.yaml +++ b/.github/workflows/production-ci.yaml @@ -5,9 +5,9 @@ on: - '*' jobs: - tests: - name: Tests for all clients and libs - uses: ./.github/workflows/tests.yml + # tests: + # name: Tests for all clients and libs + # uses: ./.github/workflows/tests.yml build: name: Build clients app diff --git a/.github/workflows/staging-ci.yml b/.github/workflows/staging-ci.yml index 83e34f6fc..eee3934e4 100644 --- a/.github/workflows/staging-ci.yml +++ b/.github/workflows/staging-ci.yml @@ -7,9 +7,9 @@ on: - "hotfix/*" jobs: - tests: - name: Tests for all clients and libs - uses: ./.github/workflows/tests.yml + # tests: + # name: Tests for all clients and libs + # uses: ./.github/workflows/tests.yml build: name: Build clients app to staging.bonde.org