Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Aug 13, 2024
1 parent 5e7e802 commit 6e8f66e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions scripts/bump_cloudbeat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e8f66e

Please sign in to comment.