Skip to content

Commit

Permalink
[skip ci] test integrations PR
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed May 28, 2024
1 parent fb477b6 commit b7dad54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ 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 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
- 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

0 comments on commit b7dad54

Please sign in to comment.