fix: Back to repository dispatch (#8464)

This commit is contained in:
Nidhi 2021-10-12 18:02:31 +05:30 committed by GitHub
parent 7e9798b1fe
commit 711db19538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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