From f9d1456fc7d8b266e695e22d4eb273b500eeacfd Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Sun, 11 Dec 2022 02:10:07 +0530 Subject: [PATCH] refactor: use correct event in CT workflow Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- .github/workflows/ct.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ct.yml b/.github/workflows/ct.yml index f7b55c3..b1cfd34 100644 --- a/.github/workflows/ct.yml +++ b/.github/workflows/ct.yml @@ -1,12 +1,7 @@ name: 'Continuous Testing' on: - push: - branches: - - master - pull_request: - branches: - - master + workflow_call: permissions: checks: write