chore: fix triggered workflow for e2e test suites
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -67,11 +67,11 @@ jobs:
|
|||||||
uses: convictional/trigger-workflow-and-wait@master
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
owner: standardnotes
|
owner: standardnotes
|
||||||
repo: e2e
|
repo: self-hosted
|
||||||
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
workflow_file_name: testing-with-stable-server.yml
|
workflow_file_name: testing-with-updating-client-and-server.yml
|
||||||
wait_interval: 30
|
wait_interval: 30
|
||||||
client_payload: '{"image_tag": "${{ github.sha }}"}'
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
|
||||||
propagate_failure: true
|
propagate_failure: true
|
||||||
trigger_workflow: true
|
trigger_workflow: true
|
||||||
wait_workflow: true
|
wait_workflow: true
|
||||||
|
|||||||
6
.github/workflows/snjs.pr.yml
vendored
6
.github/workflows/snjs.pr.yml
vendored
@@ -43,11 +43,11 @@ jobs:
|
|||||||
uses: convictional/trigger-workflow-and-wait@master
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
owner: standardnotes
|
owner: standardnotes
|
||||||
repo: e2e
|
repo: self-hosted
|
||||||
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
workflow_file_name: testing-with-stable-server.yml
|
workflow_file_name: testing-with-updating-client-and-server.yml
|
||||||
wait_interval: 30
|
wait_interval: 30
|
||||||
client_payload: '{"image_tag": "${{ github.sha }}"}'
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
|
||||||
propagate_failure: true
|
propagate_failure: true
|
||||||
trigger_workflow: true
|
trigger_workflow: true
|
||||||
wait_workflow: true
|
wait_workflow: true
|
||||||
|
|||||||
Reference in New Issue
Block a user