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