fix: Back to repository dispatch (#8463)

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

View File

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

View File

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