From 6e8f66efe4ab0e9fbbff9e348f204ad6035db2aa Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Tue, 13 Aug 2024 18:54:02 +0300 Subject: [PATCH] test commit --- .github/workflows/bump-version.yml | 6 +++--- scripts/bump_cloudbeat.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5d524171a4..0a92ad19cf 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -38,6 +38,6 @@ jobs: # bump_cloudbeat.sh will create multiple PRs with different HEAD branches run: scripts/bump_cloudbeat.sh - - name: Bump Cloud Security Posture Integration - # we need to run bump_integration.sh from the main branch - run: git checkout origin/main && scripts/bump_integration.sh + # - name: Bump Cloud Security Posture Integration + # # we need to run bump_integration.sh from the main branch + # run: git checkout origin/main && scripts/bump_integration.sh diff --git a/scripts/bump_cloudbeat.sh b/scripts/bump_cloudbeat.sh index cdf8aac989..aef36c726b 100755 --- a/scripts/bump_cloudbeat.sh +++ b/scripts/bump_cloudbeat.sh @@ -253,6 +253,6 @@ bump_snyk_branch_monitoring() { } -run_version_changes_for_main -run_version_changes_for_release_branch +# run_version_changes_for_main +# run_version_changes_for_release_branch bump_snyk_branch_monitoring