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