From cc63b420262985df11d85956438c51ffa0b1a039 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 6 Oct 2022 16:41:55 +0530 Subject: [PATCH] feat(testing): Trigger CI --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 36bd9f3ac5..79b8cf0553 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -25,6 +25,7 @@ concurrency: cancel-in-progress: true jobs: + # # cypress-restTableOps-run-cache: # runs-on: ubuntu-20.04 # if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}