From 7e9798b1fe2bcdcf32d7aa8f7ea95e116c1b1d45 Mon Sep 17 00:00:00 2001 From: Nidhi Date: Tue, 12 Oct 2021 17:42:50 +0530 Subject: [PATCH] fix: Back to repository dispatch (#8463) --- .github/workflows/integration-tests-command.yml | 4 ++-- .github/workflows/ok-to-test.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 8e2d482e13..2cd6078d30 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -2,8 +2,8 @@ name: Appsmith External Integration Test Workflow on: # This workflow is only triggered by the ok to test command dispatch - workflow_dispatch: - # types: [ok-to-test-command] + repository_dispatch: + types: [integration-tests-command] jobs: server-build: diff --git a/.github/workflows/ok-to-test.yml b/.github/workflows/ok-to-test.yml index e3e096e48b..acbdc7d035 100644 --- a/.github/workflows/ok-to-test.yml +++ b/.github/workflows/ok-to-test.yml @@ -26,7 +26,6 @@ jobs: with: token: ${{ env.TOKEN }} # GitHub App installation access token reaction-token: ${{ secrets.GITHUB_TOKEN }} - dispatch-type: workflow issue-type: pull-request commands: integration-tests permission: write