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