diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 4cda4bc7c8b..b034b4d722d 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -76,6 +76,7 @@ jobs:
 
       - name: Build project
         run: npm run build
+        if: '${{!steps.release-check.outputs.IS_RELEASE}}'
 
       - name: Prepare tests
         run: npm run test:init
@@ -186,6 +187,7 @@ jobs:
 
       - name: Build project
         run: npm run build
+        if: '${{!steps.release-check.outputs.IS_RELEASE}}'
 
       - name: Prepare tests
         run: npm run test:init