From a9496236dc5f781ad63867eddc5e968ecc944629 Mon Sep 17 00:00:00 2001 From: Vijai Kumar S Date: Mon, 20 May 2024 20:10:25 +0530 Subject: [PATCH] temporarily just enable it for testing --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a99c55f1..b593371f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -295,7 +295,6 @@ jobs: integration_tests-latest-release: runs-on: ubuntu-20.04 - if: github.event_name == 'workflow_dispatch' steps: - name: Checkout code uses: actions/checkout@v2