From 67f95fd638025a539bf1a0232a46f58be249ce06 Mon Sep 17 00:00:00 2001 From: Marcelo Salloum Date: Fri, 19 Jul 2024 16:32:34 -0700 Subject: [PATCH] Remove workflow_call --- .../workflows/singletenant_to_multitenant_db_migration_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/singletenant_to_multitenant_db_migration_test.yml b/.github/workflows/singletenant_to_multitenant_db_migration_test.yml index 4c9e45f86..3c0d78de3 100644 --- a/.github/workflows/singletenant_to_multitenant_db_migration_test.yml +++ b/.github/workflows/singletenant_to_multitenant_db_migration_test.yml @@ -9,7 +9,6 @@ on: - "releases/**" - "hotfix/**" pull_request: - workflow_call: # allows this workflow to be called from another workflow env: USER_EMAIL: "sdp_user@stellar.org"