From e67240821ca2a31949ea5da0591d6ddee82e2177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 27 Dec 2022 15:52:10 +0100 Subject: [PATCH] chore: fix triggered workflow for e2e test suites --- .github/workflows/publish.yml | 6 +++--- .github/workflows/snjs.pr.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e87255142..ed6f98a77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,11 +67,11 @@ jobs: uses: convictional/trigger-workflow-and-wait@master with: owner: standardnotes - repo: e2e + repo: self-hosted 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 - client_payload: '{"image_tag": "${{ github.sha }}"}' + client_payload: '{"snjs_image_tag": "${{ github.sha }}"}' propagate_failure: true trigger_workflow: true wait_workflow: true diff --git a/.github/workflows/snjs.pr.yml b/.github/workflows/snjs.pr.yml index a325ac2cc..19d79e057 100644 --- a/.github/workflows/snjs.pr.yml +++ b/.github/workflows/snjs.pr.yml @@ -43,11 +43,11 @@ jobs: uses: convictional/trigger-workflow-and-wait@master with: owner: standardnotes - repo: e2e + repo: self-hosted 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 - client_payload: '{"image_tag": "${{ github.sha }}"}' + client_payload: '{"snjs_image_tag": "${{ github.sha }}"}' propagate_failure: true trigger_workflow: true wait_workflow: true