From 1fcde061afb7032557f8b8822a057e40f08684be Mon Sep 17 00:00:00 2001 From: Pawel Pasterz Date: Mon, 11 Jan 2021 07:43:55 +0100 Subject: [PATCH] Update gradle file in common --- common/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 82af1ac20f..d5827a2931 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -49,10 +49,10 @@ file("flank-debug.properties").run { #repo.gcloud_cli=Flank/gcloud_cli #repo.test-artifacts=Flank/test_artifacts # - #integration.workflow-filename=full_suite_integration_tests.yml + #integration.workflow-filename=integration_tests_pointer.yml #integration.issue-poster=github-actions[bot] # - #sdk-check.workflow-filename=update_dependencies_and_client.yml + #sdk-check.workflow-filename=update_dependencies_pointer.yml #sdk-check.issue-poster=github-actions[bot] """.trimIndent() )