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