From 6c83476fd2de5e05fe61e28be826ab1078130db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 27 Dec 2022 15:50:40 +0100 Subject: [PATCH] chore: workflow disptach name --- .github/workflows/common-server-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-server-application.yml b/.github/workflows/common-server-application.yml index 9267a4093..1a39ad6be 100644 --- a/.github/workflows/common-server-application.yml +++ b/.github/workflows/common-server-application.yml @@ -192,7 +192,7 @@ jobs: owner: standardnotes repo: self-hosted github_token: ${{ secrets.CI_PAT_TOKEN }} - workflow_file_name: testing-with-stable-client-and-updating-server.yml + workflow_file_name: testing-with-updating-client-and-server.yml wait_interval: 30 client_payload: '{"${{ inputs.e2e_tag_parameter_name }}": "${{ github.sha }}"}' propagate_failure: true