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:
|
on:
|
||||||
# This workflow is only triggered by the ok to test command dispatch
|
# This workflow is only triggered by the ok to test command dispatch
|
||||||
workflow_dispatch:
|
repository_dispatch:
|
||||||
# types: [ok-to-test-command]
|
types: [integration-tests-command]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
server-build:
|
server-build:
|
||||||
|
|
|
||||||
1
.github/workflows/ok-to-test.yml
vendored
1
.github/workflows/ok-to-test.yml
vendored
|
|
@ -26,7 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ env.TOKEN }} # GitHub App installation access token
|
token: ${{ env.TOKEN }} # GitHub App installation access token
|
||||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
dispatch-type: workflow
|
|
||||||
issue-type: pull-request
|
issue-type: pull-request
|
||||||
commands: integration-tests
|
commands: integration-tests
|
||||||
permission: write
|
permission: write
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user