Skip to content

Commit

Permalink
[skip ci] test cloudbeat release branch pr
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed May 28, 2024
1 parent 6a8773a commit 1b042a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Cloud Security Machine"
# - name: Bump Cloudbeat
# # 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
run: scripts/bump_integration.sh
- name: Bump Cloudbeat
# 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
# run: scripts/bump_integration.sh
2 changes: 1 addition & 1 deletion scripts/bump_cloudbeat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ run_version_changes_for_release_branch() {
}

run_version_changes_for_main
# run_version_changes_for_release_branch
run_version_changes_for_release_branch

0 comments on commit 1b042a6

Please sign in to comment.