From 372dfe0adae59fd3beab9130b3c106e323d99233 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 14 Sep 2023 10:14:24 +0100 Subject: [PATCH] require requests and services tests for deploy --- .github/workflows/staging_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 47bcbf7bd..24ae098c9 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -298,7 +298,7 @@ jobs: runs-on: ubuntu-latest environment: staging if: github.ref == 'refs/heads/main' - needs: [lint, test, feature_test, audit] + needs: [lint, test, feature_test, requests_tests, services_tests, audit] steps: - name: Checkout code