fix: Back to repository dispatch (#8463)
This commit is contained in:
parent
9edfe4b165
commit
7e9798b1fe
|
|
@ -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:
|
||||
|
|
|
|||
1
.github/workflows/ok-to-test.yml
vendored
1
.github/workflows/ok-to-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user